AMX Mod X API Documentation

Signature
native bool:json_array_append_value(JSON:array, const JSON:value);
Description

Appends a value in the array.

Parameters
  • array Array handle
  • value JSON handle to set
Returns

True if succeed, false otherwise

Errors
  • If passed handle is not a valid array
Назад
Верх