Files
wow_Meta/api/HasKey.lua
2025-05-04 15:15:00 +02:00

7 lines
260 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---@return 1nil hasKey
---Returns whether the player has any keys stored in the Keyring container. Used in the default UI to show or hide the UI for the Keyring container
function HasKey() end