vaultdata_exists
Syntax
native vaultdata_exists(const key[]);
Usage
| Parameter | Description |
|---|---|
| key | Key to check |
Description
Checks if a key exists in the vault.
Return
1 if an entry was found, 0 otherwise.
native vaultdata_exists(const key[]);
| Parameter | Description |
|---|---|
| key | Key to check |
Checks if a key exists in the vault.
1 if an entry was found, 0 otherwise.