This article's documentation is for the "GoldSrc" engine. Click here for more information.

player

From Valve Developer Community
Revision as of 17:24, 29 April 2025 by Nescius (talk | contribs) (Created page with "{{TabsBar|main=player}} {{stub}} {{Ent not in fgd|codeonly=1}} {{CD|CBasePlayer|goldsrc=1}} {{This is a|entity|name=player|engine=GoldSrc}} It's the entity that the player controls.")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
edit

Stub

This article or section is a stub. You can help by expanding it.

Icon-NotInFGD.png
This entity is not in the FGD by default.
It should not be put directly in a map because it can only be configured through code.
C++ Class hierarchy
CBasePlayer
CBaseMonster
CBaseToggle
CBaseAnimating
CBaseDelay
CBaseEntity
C++ player.cpp

player is an entity available in all GoldSrc GoldSrc games. It's the entity that the player controls.