native

ezjson_array_get_bool

Syntax

native bool:ezjson_array_get_bool(const EzJSON:array, index);

Description

Gets a boolean value from the array.

Parameters

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

Return

Boolean value

Error

If passed handle is not a valid array