Signature
native Float:json_array_get_real(const JSON:array, index);
Description
Gets a real number from the array.
Parameters
- array — Array handle
- index — Position in the array (starting from 0)
Returns
The number as float
Errors
- If passed handle is not a valid array