grip_json_array_replace_bool

Replaces an element in the array with boolean value.

Syntax

native bool:grip_json_array_replace_bool(GripJSONValue:array, index, bool:boolean)

Usage

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

Return

True if succeed, false otherwise

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