grip_json_array_get_bool

Gets a boolean value from the array.

Syntax

native bool:grip_json_array_get_bool(const GripJSONValue:array, index)

Usage

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

Return

Boolean — value

Errors

If passed handle is not a valid array

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