AMX Mod X API Documentation

Signature
native json_array_get_count(const JSON:array);
Description

Gets count of the elements in the array.

Parameters
  • array Array handle
Returns

Number of elements in the array

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