Reverting JGHG's changes (forgot to commit this)

This commit is contained in:
David Anderson
2005-07-15 07:59:26 +00:00
parent e1d1802cb9
commit 1b09be51e1
2 changed files with 156 additions and 6 deletions

View File

@ -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);