Skip to content

Api > CloudVariableBank > KeyExists()


CloudVariableBank.KeyExists(string key)⚓︎

Check if a key exists.

Parameters:⚓︎

Name Type Description
key string The key to check.

Returns:⚓︎

type Description
boolean True if the key exists.

Usage⚓︎

---@type CloudVariableBank
local cloudvariablebank;

---@type string
local key;


local val0 = cloudvariablebank.KeyExists(key)