AMX Mod X API Documentation

Signature
native json_object_get_count(const JSON:object);
Description

Gets count of the keys in the object.

Parameters
  • object Object handle
Returns

Keys count

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