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

6 lines
206 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@param unit string
---@param name string
---Casts the spell currently awaiting a target on a unit
function SpellTargetUnit(unit, name) end