grip_json_array_replace_value

Replaces an element in the array with value.

Syntax

native bool:grip_json_array_replace_value(GripJSONValue:array, index, const GripJSONValue:value)

Usage

array Array handle
index Position in the array to be replaced
value JSON handle to set

Return

True — if succeed, false otherwise

Errors

If passed handle is not a valid array

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