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

5 lines
372 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@return 1nil canTarget
---Returns whether the spell currently awaiting a target requires an item to be chosen. Only applies when the player has attempted to cast a spell but the spell requires a target before it can begin casting (i.e. the glowing hand cursor is showing).
function SpellCanTargetItem() end