grip_json_array_remove

Removes an element from the array.

Syntax

native bool:grip_json_array_remove(GripJSONValue:array, index)

Usage

array Array handle
index Position in the array (starting from 0)

Return

True if succeed, false otherwise

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