nfv_add_key

Sets multiple datas in file under key and name.

Syntax

stock nfv_add_key(const filename[], const key[], const NFV_PROP:nfv_prop=NFV_OVERWRITE, const identifier=';', any:...)

Usage

filename The file location for the data.
key The key within the file to look for. Set to "" for no key.
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

The optional parameters are to add names and datas. They should be provided in the form:

Defined in nfvault.inc at line 113 . This documentation was automatically generated from source.