fvault_load
Gets all vault keys, data, and timestamps
Syntax
stock fvault_load(const vaultname[], Array:keys=Invalid_Array, Array:datas=Invalid_Array, Array:timestamps=Invalid_Array) {
Usage
| vaultname | - Vault name to look in |
| keys | - cellarray holding all of the keys |
| datas | - cellarray holding all of the data values |
| timestamps | - cellarray holding all of the timestamps |
Return
Returns — total number of entries in vault
Notes
keys needs to be created like this: ArrayCreate(64)
Defined in
fvault.inc
at line 641
.
This documentation was automatically generated from source.