grip_json_array_append_float
Appends a real number in the array.
Syntax
native bool:grip_json_array_append_float(GripJSONValue:array, Float:number)
Usage
| array | Array handle |
| number | Real number to set |
Return
True if succeed, false otherwise
Defined in
grip.inc
.
This documentation was automatically generated from source.