added eng/callfunc

This commit is contained in:
David Anderson 2004-08-22 14:46:13 +00:00
parent 628993f249
commit 9b5ce4c2bb

View File

@ -32,4 +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:_}...);
native engfunc(type,{Float,_}:...);
native dllfunc(type,{Float,_}:...);