Functions
vault.inc
amxmodx 1.8.2 hg65
| Function | Type | Description |
|---|---|---|
| get_vaultdata | native | Reads a data from given key. If len is set to zero then get_vaultdata returns value as an number. |
| remove_vaultdata | native | Removes a key from vault. |
| set_vaultdata | native | Sets a data under given key. |
| vaultdata_exists | native | Checks if a key exists in the vault. |