This article's documentation is for anything that uses the Source engine. Click here for more information.

reserved_spot

From Valve Developer Community
Revision as of 12:03, 16 October 2024 by MyGamepedia (talk | contribs) (Created page with "{{stub}} {{ent not in fgd|codeonly=1}} {{CD|CReservePlayerSpot|file1=hl_gamemovement.cpp}} {{This is a|point entity|name=reserved_spot}} This is helper entity to reserver a pl...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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
CReservePlayerSpot
CBaseEntity
C++ hl_gamemovement.cpp

reserved_spot is a point entity available in all Source Source games. This is helper entity to reserver a player sized hull at a spot. Valve's remark in code: This is a simple helper class to reserver a player sized hull at a spot, owned by the current player so that nothing can move into this spot and cause us to get stuck when we get there.