Files
wow_Meta/api/SpellTargetUnit.lua
2024-12-16 13:13:08 +01:00

6 lines
201 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