Reverting JGHG's changes (forgot to commit this)
This commit is contained in:
@ -7,7 +7,13 @@
|
||||
#endif
|
||||
#define _fakemeta_included
|
||||
|
||||
#include <fakemeta_const>
|
||||
#include <fakemeta_const>
|
||||
|
||||
/* Returns entvar data from an entity Use the pev_* enum to specify which form of data you want returned. */
|
||||
native pev(_index,_value,{Float,Sql,Result,_}:...)
|
||||
|
||||
/* Sets entvar data for an entity. Use the pev_* enum */
|
||||
native set_pev(_index,_value,{Float,Sql,Result,_}:...)
|
||||
|
||||
/* Returns an integer from private data. _linuxdiff is added into the _Offset if it's used on a linux server. */
|
||||
native get_pdata_int(_index,_Offset,_linuxdiff=5);
|
||||
|
Reference in New Issue
Block a user