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

9 lines
226 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---@param unit string
---@param name string
---@param exactMatch boolean
---Challenges another player to a duel
function StartDuel(unit, name, exactMatch) end