Signature
#define PFLAG_ONLADDER (1<<0)#define PFLAG_ONSWING (1<<0)#define PFLAG_ONTRAIN (1<<1)#define PFLAG_ONBARNACLE (1<<2)#define PFLAG_DUCKING (1<<3) // In the process of ducking, but totally squatted yet#define PFLAG_USING (1<<4) // Using a continuous entity#define PFLAG_OBSERVER (1<<5) // Player is locked in stationary cam mode. Spectators can move, observers can't.
Description
Player physics flags