nfv_change_key

Changes data from one key to another in a file.

Syntax

stock nfv_change_key(const filename[], const key1[], const key2[], const NFV_PROP:nfv_prop=NFV_OVERWRITE, const identifier=';')

Usage

filename The file location for the data.
key1 The key to change from.
key2 The key to change to.
nfv_prop Properties to apply to the saved data in a bitsum.
identifier The character used to identify different keys.

Return

Returns — how many keys were switched.

Notes

Data under key1 will change to key2.

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