native bool:json_array_append_bool(JSON:array, bool:boolean);
array | Array handle |
boolean | Boolean value to set |
Appends a boolean value in the array.
True if succeed, false otherwise
If passed handle is not a valid array
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.