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

6 lines
219 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@param name string
---@return number presenceID
---Obtains the presence ID using a full name or BattleTag.
function GetAutoCompletePresenceID(name) end