trigger_playermovement
Jump to navigation
Jump to search
Code classes:
CTriggerPlayerMovement
CBaseTrigger
(triggers)CBaseToggle
CBaseEntity
(all ents)
trigger_playermovement
is a brush entity present in all Source games. It controls some aspects of player movement when a player is inside it.
Flags[edit | edit source]
Bug: Despite being coded to only affect players, the Clients flag still has to be checked!
- 16:
(OBSOLETE, Uncheck me)- Completely removed from code.
- 128: Disable auto player movement - Disables automatic uncrouching (only way to uncrouch is to leave the trigger or jump), disables the automatic "step up/down" when moving between surfaces of similar (but different) heights, and To do: Does something to water movement..?