mirror of
https://github.com/rehlds/reapi.git
synced 2024-12-27 23:25:30 +03:00
Add new trace flags to cssdk_const.inc (#278)
This commit is contained in:
parent
7c959fa9bd
commit
1b4ee4e112
@ -71,6 +71,14 @@
|
||||
#define FL_KILLME (1<<30) // This entity is marked for death -- This allows the engine to kill ents at the appropriate time
|
||||
#define FL_DORMANT (1<<31) // Entity is dormant, no updates to client
|
||||
|
||||
/**
|
||||
* global_get(glb_trace_flags) values
|
||||
* @note Custom flags that we can retrieve in pfnShouldCollide/TraceLine/TraceHull
|
||||
*/
|
||||
#define FTRACE_BULLET (1<<16)
|
||||
#define FTRACE_FLASH (1<<17)
|
||||
#define FTRACE_KNIFE (1<<18)
|
||||
|
||||
/**
|
||||
* get_entvar(entity, var_movetype) values
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user