Skip to main content

CloudVariableBank.KeyExists(string key)

Check if a key exists.

Parameters:

NameTypeDescription
keystringThe key to check.

Returns:

typeDescription
booleanTrue if the key exists.

Usage

---@type CloudVariableBank
local cloudvariablebank;

---@type string
local key;


local val0 = cloudvariablebank.KeyExists(key)