cl_dll/cdll_util.h
808182838485
int GetSpectatorMode( void );
bool IsPlayerIndex( int index );
int GetLocalPlayerIndex( void );
int GetLocalPlayerTeam( void );
bool IsLocalPlayerSpectator( void );
void NormalizeAngles( QAngle& angles );
80818283848586
int GetSpectatorMode( void );
bool IsPlayerIndex( int index );
int GetLocalPlayerIndex( void );
int GetLocalPlayerOrObserverTargetIndex( void );
int GetLocalPlayerTeam( void );
bool IsLocalPlayerSpectator( void );
void NormalizeAngles( QAngle& angles );