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:
Johnny Bergström
2004-09-16 11:02:51 +00:00
parent 1980c524d3
commit d43807a248
2 changed files with 17 additions and 0 deletions

View File

@ -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
**********/