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