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

7 lines
213 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