5 lines
176 B
Lua
5 lines
176 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@return 1nil isTargeting
|
|
---Returns whether a spell is currently awaiting a target
|
|
function SpellIsTargeting() end |