Files
wow_Meta/api/BNGetToonInfo.lua
2025-05-04 15:15:00 +02:00

23 lines
698 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---@param bnetIDGameAccount number
---@return boolean unknown
---@return string toonName
---@return string client
---@return string realmName
---@return number realmID
---@return string faction
---@return string race
---@return string class
---@return string unknown
---@return string zoneName
---@return string level
---@return string gameText
---@return string broadcastText
---@return string broadcastTime
---@return boolean unknown
---@return string presenceID
---Returns information about the active game account tied to a Real ID friend. Returns nil if the player is not online.
function BNGetToonInfo(bnetIDGameAccount) end