ezjson_array_replace_bool
Syntax
native bool:ezjson_array_replace_bool(EzJSON:array, index, bool:boolean);
Usage
| Parameter | Description |
|---|---|
| array | Array handle |
| index | Position in the array to be replaced |
| boolean | Boolean value to set |
Description
Replaces an element in the array with boolean value.
Return
True if succeed, false otherwise
Error
If passed handle is not a valid array