nfv_xor_bool
Sets data to the opposite of what it was in file under key and name.
Syntax
stock bool:nfv_xor_bool(const filename[], const key[], name[], 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. |
| nfv_prop | Properties to apply to the saved data in a bitsum. |
| identifier | The character used to identify different keys. |
Return
Returns — new data.
Notes
Will assume NFV_OVERWRITE is in nfv_prop and ignore NFV_IF_NOT_EXIST
Defined in
nfvault.inc
at line 945
.
This documentation was automatically generated from source.