AMX Mod X API Documentation

Signature
native JSON:json_init_bool(bool:value);
Description

Inits a boolean value.

Notes
  • Needs to be freed using json_free() native.
Parameters
  • value Boolean value that the handle will be initialized with
Returns

JSON handle, Invalid_JSON if error occurred

Назад
Верх