ezjson_array_remove
Syntax
native bool:ezjson_array_remove(EzJSON:array, index);
Usage
| Parameter | Description |
|---|---|
| array | Array handle |
| index | Position in the array (starting from 0) |
Description
Removes an element from the array.
Note
Order of values in array may change during execution.
Return
True if succeed, false otherwise
Error
If passed handle is not a valid array