grip_json_array_append_bool
Appends a boolean value in the array.
Syntax
native bool:grip_json_array_append_bool(GripJSONValue:array, bool:boolean)
Usage
| array | Array handle |
| boolean | Boolean value to set |
Return
True — if succeed, false otherwise
Errors
If passed handle is not a valid array
Defined in
grip.inc
at line 743
.
This documentation was automatically generated from source.