Fixed format tags

This commit is contained in:
David Anderson
2004-09-07 09:26:20 +00:00
parent 226c7300be
commit 1aee2c6f81
6 changed files with 27 additions and 27 deletions

View File

@ -10,10 +10,10 @@
#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,_}:...)
native pev(_index,_value,{Float,Sql,Result,_}:...)
/* Sets entvar data for an entity. Use the pev_* enum */
native set_pev(_index,_value,{Float,_}:...)
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);
@ -32,7 +32,7 @@ native set_pdata_float(_index,_Offset,Float:_Value,_linuxdiff=5);
native register_forward(_forwardType,_function[],_post=0);
/* Returns data for metamod */
native forward_return(type,{Float,_}:...);
native forward_return(type,{Float,Sql,Result,_}:...);
native engfunc(type,{Float,_}:...);
native dllfunc(type,{Float,_}:...);
native engfunc(type,{Float,Sql,Result,_}:...);
native dllfunc(type,{Float,Sql,Result,_}:...);