grip_json_array_remove
Removes an element from the array.
Syntax
native bool:grip_json_array_remove(GripJSONValue:array, index)
Usage
| array | Array handle |
| index | Position in the array (starting from 0) |
Return
True — if succeed, false otherwise
Notes
Order of values in array may change during execution.
Errors
If passed handle is not a valid array
Defined in
grip.inc
at line 766
.
This documentation was automatically generated from source.