grip_json_array_append_bool

Appends a boolean value in the array.

Syntax

native bool:grip_json_array_append_bool(GripJSONValue:array, bool:boolean)

Usage

array Array handle
boolean Boolean value to set

Return

True if succeed, false otherwise

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