added arrayset native

This commit is contained in:
Borja Ferrer
2006-03-16 00:13:13 +00:00
parent 7190d933b4
commit 7e97156fc4
2 changed files with 13 additions and 0 deletions

View File

@ -1036,3 +1036,8 @@ native set_pcvar_num(pcvar, num);
native Float:get_pcvar_float(pcvar);
native set_pcvar_float(pcvar, Float:num);
native get_pcvar_string(pcvar, string[], maxlen);
/**
* Sets a whole array to a certain value.
*/
native arrayset(array[], value, size);