grip_json_array_get_number

Gets a number from the array.

Syntax

native grip_json_array_get_number(const GripJSONValue:array, index)

Usage

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

Return

The — number as integer

Errors

If passed handle is not a valid array

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