native ArraySetString(Array:which, item, const input[]);
which | Array handle |
item | Item index in the array |
input | String to copy to the array |
Sets an item's data to a string value.
The input will be truncated if it is longer than the cellsize the array was created with.
The item index must already be valid. Use ArrayPushString to create a new array item in the cellarray.
Number of characters copied
If an invalid handle or an invalid index is provided an error will be thrown.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.