Files
wow_Meta/api/HasKey.lua
2025-05-04 14:35:26 +02:00

6 lines
251 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@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