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

8 lines
432 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---@param unit string
---@return string name
---Returns the name of a unit including the unit's current title. Titles are no longer specific to PvP; this function returns a unit's name with whichever title he or she is currently displaying (e.g. "Gladiator Spin", "Keydar Jenkins", "Ownsusohard, Champion of the Frozen Wastes", etc).
function UnitPVPName(unit) end