Player physics flags used in CBasePlayer::m_afPhysicsFlags
Name | Value | Description |
---|---|---|
PFLAG_ONLADDER | 1 | |
PFLAG_ONSWING | 1 | |
PFLAG_ONTRAIN | 2 | |
PFLAG_ONBARNACLE | 4 | |
PFLAG_DUCKING | 8 | In the process of ducking, but totally squatted yet |
PFLAG_USING | 16 | Using a continuous entity |
PFLAG_OBSERVER | 32 | player is locked in stationary cam mode. Spectators can move, observers can't. |
PFLAG_GRAPPLE | 64 | Toggle grapple use |
PFLAG_CAMERA | 128 | Looking through a trigger_camera |