nfv_set_array
Sets data as an array in file under key and name.
Syntax
stock nfv_set_array(const filename[], const key[], name[], const any:data[], const array_size, const NFV_PROP:nfv_prop=NFV_OVERWRITE, const identifier=';')
Usage
| filename | The file location for the data. |
| key | The key within the file to look for. Set to "" for no key. |
| name | The name under key to look for. Set to NFV_WILDCARD for any name. |
| data | The array to write. |
| array_size | The size of the array. |
| nfv_prop | Properties to apply to the saved data in a bitsum. |
| identifier | The character used to identify different keys. |
Return
1 — if successful.
Notes
This will save each element as the integer form
Defined in
nfvault.inc
at line 1198
.
This documentation was automatically generated from source.