native
json_array_get_real
Syntax
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) |
Return
The number as float
Error
If passed handle is not a valid array