| Function | Description |
|---|---|
| nvault_open | Opens a vault by name. Creates a vault if it doesn't exist yet. |
| nvault_get | Retrieves a value from the given key. |
| nvault_lookup | Retrieves full information about a vault entry. |
| nvault_set | Sets value of a vault entry and updates the timestamp. |
| nvault_pset | Sets value of a vault entry and makes it permanent (non-erasable with nvault_prune()). |
| nvault_prune | Prunes the vault for entries that are within the given timestamps. |
| nvault_close | Closes a vault. |
| nvault_remove | Removes an entry from the vault by its key. |
| nvault_touch | "Touches" an entry in the vault, updating its timestamp. |
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.