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

Errors

If passed handle is not a valid array

Defined in grip.inc at line 731 . This documentation was automatically generated from source.