Removed pev

This commit is contained in:
Johnny Bergström
2005-03-25 22:05:41 +00:00
parent d6b704e74c
commit 1d770fd400
2 changed files with 6 additions and 156 deletions

View File

@ -7,13 +7,7 @@
#endif
#define _fakemeta_included
#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,_}:...)
#include <fakemeta_const>
/* 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);