Files
wow_Meta/api/GetRuneCount.lua

8 lines
293 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---@param slot runeSlot
---@return number count
---Returns the number of available rune resources in one of the player's rune slots. Returns 1 if a rune is ready and 0 if a rune is on cooldown.
function GetRuneCount(slot) end