grip_json_array_replace_float

Replaces an element in the array with real number.

Syntax

native bool:grip_json_array_replace_float(GripJSONValue:array, index, Float:number)

Usage

array Array handle
index Position in the array to be replaced
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 663 . This documentation was automatically generated from source.