native
json_setting_get_int_arr
Syntax
native bool:json_setting_get_int_arr(const file_name_path[], const section[], const key[], Array:array_value = Invalid_Array, const bool:check_type = true);
Description
Returns the array int value of the key
Parameters
| file_name_path | .json file path |
|---|---|
| section | section name |
| key | key name |
| array_value | array int return variable |
| check_type | false to not check if the value is array |
Return
true if the section and key exists, false otherwise