grip_json_array_replace_number

Replaces an element in the array with number.

Syntax

native bool:grip_json_array_replace_number(GripJSONValue:array, index, number)

Usage

array Array handle
index Position in the array to be replaced
number Number to set

Return

True if succeed, false otherwise

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