Files
wow_Meta/api/SpellTargetUnit.lua
2025-05-04 15:15:00 +02:00

8 lines
209 B
Lua

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