Files
wow_Meta/api/UnitPVPName.lua
2025-05-04 14:35:26 +02:00

7 lines
423 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@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