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

7 lines
265 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@param fullName string
---@param context string
---@return string name
---Returns a player Name or Name-Realm string suitable for use in a given context.
function Ambiguate(fullName, context) end