mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2025-01-24 12:48:04 +03:00
hlsdk_const.inc : Add iuser1 constants
This commit is contained in:
parent
17f2006f38
commit
e53c30bacf
@ -111,6 +111,15 @@
|
|||||||
#define EF_LIGHT 64 // Rocket flare glow sprite
|
#define EF_LIGHT 64 // Rocket flare glow sprite
|
||||||
#define EF_NODRAW 128 // Don't draw entity
|
#define EF_NODRAW 128 // Don't draw entity
|
||||||
|
|
||||||
|
// pev(entity, pev_iuser1) values
|
||||||
|
#define OBS_NONE 0
|
||||||
|
#define OBS_CHASE_LOCKED 1 // Locked Chase Cam
|
||||||
|
#define OBS_CHASE_FREE 2 // Free Chase Cam
|
||||||
|
#define OBS_ROAMING 3 // Free Look
|
||||||
|
#define OBS_IN_EYE 4 // First Person
|
||||||
|
#define OBS_MAP_FREE 5 // Free Overview
|
||||||
|
#define OBS_MAP_CHASE 6 // Chase Overview
|
||||||
|
|
||||||
// engfunc(EngFunc_PointContents, Float:origin) return values
|
// engfunc(EngFunc_PointContents, Float:origin) return values
|
||||||
#define CONTENTS_EMPTY -1
|
#define CONTENTS_EMPTY -1
|
||||||
#define CONTENTS_SOLID -2
|
#define CONTENTS_SOLID -2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user