Files
wow-weakauras/Meta/api/IsSpellKnown.lua
2024-11-07 23:12:37 +01:00

7 lines
237 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@param spellID number
---@param isPet boolean
---@return boolean isKnown
---Returns whether the player (or pet) knows a spell
function IsSpellKnown(spellID, isPet) end