AMX Mod X API Documentation

Signature
native json_array_get_number(const JSON:array, index);
Description

Gets a number from the array.

Parameters
  • array Array handle
  • index Position in the array (starting from 0)
Returns

The number as integer

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