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.