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

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