Initial commit
This commit is contained in:
5
api/SpellCanTargetGlyph.lua
Normal file
5
api/SpellCanTargetGlyph.lua
Normal file
@@ -0,0 +1,5 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
|
||||
---@return 1nil canTarget
|
||||
---Returns whether the spell currently awaiting a target requires a glyph slot to be chosen. Only applies when the player has attempted to cast a spell -- in this case, the "spell" cast when one uses a glyph item -- but the spell requires a target before it can begin casting (i.e. the glowing hand cursor is showing).
|
||||
function SpellCanTargetGlyph() end
|
||||
Reference in New Issue
Block a user