grip_json_array_append_string
Appends string data in the array.
Syntax
native bool:grip_json_array_append_string(GripJSONValue:array, const string[])
Usage
| array | Array handle |
| string | String to copy |
Return
True if succeed, false otherwise
Defined in
grip.inc
.
This documentation was automatically generated from source.