native bool:json_array_remove(JSON:array, index);
array | Array handle |
index | Position in the array (starting from 0) |
Removes an element from the array.
Order of values in array may change during execution.
True if succeed, false otherwise
If passed handle is not a valid array
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.