Files
wow-weakauras/Meta/api/UnitFullName.lua
2024-11-07 23:12:37 +01:00

4 lines
295 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---Will return a units name appended with the realm name without spaces. . UnitFullName(unit) will return a players name appended with the "shortened" realmname; this would be the realm name without spaces.
function UnitFullName() end