Added get_string() to engine:
/* Converts a string offset into a real string. Some of the forwards in fakemeta uses string offsets. (FM_CreateNamedEntity) */ native get_string(_string, _returnString[], _len);
This commit is contained in:
@ -222,6 +222,10 @@ native get_usercmd(type,{Float,Sql,Result,_}:...);
|
||||
Note that your changes will be seen by any other plugin doing get_usercmd() */
|
||||
native set_usercmd(type,{Float,Sql,Result,_}:...);
|
||||
|
||||
/* Converts a string offset into a real string. Some of the forwards in fakemeta
|
||||
uses string offsets. (FM_CreateNamedEntity) */
|
||||
native get_string(_string, _returnString[], _len);
|
||||
|
||||
/* FORWARDS
|
||||
**********/
|
||||
|
||||
|
Reference in New Issue
Block a user