native arrayset(any:array[], any:value, size);
array | Array to modify |
value | Value to set each element to |
size | Size of array |
Sets all elements of array to a specified value.
This function has no return value.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.