Www Battlenet Com Wow
Main Menu |
---|
- Blizzard Battle Net Launcher Download
- Wow Blizzard Twitter
- Blizzard Download
- Battle Wow
- Blizzard Support Wow
→ API Overview
This tutorial will help you fix the Blizzard Battle.net App installation problem.If the installer of your Battle net app is not working or your Battle.net-Se. Your browser's cookies are disabled. Please reenable cookies to continue. Gameplay discussion for World of Warcraft. Searching for a guild or community? Or do you want to advertise yours? Discuss World of Warcraft Lore or share your original fan fiction, or role-play. For all your non-Blizzard. Discuss all aspects of World of Warcraft Arenas with your fellow players.
Returns information on the game the Battle.net friend is playing.
Arguments
GetGameAccountInfoByID
- id
- number -
gameAccountInfo.gameAccountID
from C_BattleNet.GetAccountInfoByID()
GetGameAccountInfoByGUID
- guid
- string : UnitGUID
GetFriendGameAccountInfo
- friendIndex
- number - Index ranging from 1 to BNGetNumFriends()
- accountIndex
- number - Index ranging from 1 to C_BattleNet.GetFriendNumGameAccounts()
Blizzard Battle Net Launcher Download
Returns
Wow Blizzard Twitter
- gameAccountInfo
- BNetGameAccountInfo?
Blizzard Download
Key | Type | Description |
---|---|---|
gameAccountID | number? | Unique numeric identifier for the friend's Battle.net game account |
clientProgram | string | globalstring BNET_CLIENT |
isOnline | boolean | |
isGameBusy | boolean | |
isGameAFK | boolean | |
wowProjectID | number? | |
characterName | string? | The name of the logged in toon/character |
realmName | string? | The name of the logged in realm |
realmDisplayName | string? | |
realmID | number? | The ID for the logged in realm |
factionName | string? | The englishFaction name (i.e., 'Alliance' or 'Horde') |
raceName | string? | The localized race name (e.g., 'Blood Elf') |
className | string? | The localized class name (e.g., 'Death Knight') |
areaName | string? | The localized zone name (e.g., 'The Undercity') |
characterLevel | number? | The current level (e.g., '90') |
richPresence | string? | For WoW, returns 'zoneName - realmName'. For StarCraft 2 and Diablo 3, returns the location or activity the player is currently engaged in. |
playerGuid | string? | A unique numeric identifier for the friend's character during this session. |
isWowMobile | boolean | |
canSummon | boolean | |
hasFocus | boolean | Whether or not this toon is the one currently being displayed in Blizzard's FriendFrame |
GlobalString | Value | Description |
---|---|---|
BNET_CLIENT_WOW | WoW | World of Warcraft |
BNET_CLIENT_SC2 | S2 | StarCraft 2 |
BNET_CLIENT_D3 | D3 | Diablo 3 |
BNET_CLIENT_WTCG | WTCG | Hearthstone |
BNET_CLIENT_APP | App | Battle.net Desktop App |
BSAp | Battle.net Mobile App | |
BNET_CLIENT_HEROES | Hero | Heroes of the Storm |
BNET_CLIENT_OVERWATCH | Pro | Overwatch |
BNET_CLIENT_CLNT | CLNT | |
BNET_CLIENT_SC | S1 | StarCraft: Remastered |
BNET_CLIENT_DESTINY2 | DST2 | Destiny 2 |
BNET_CLIENT_COD | VIPR | Call of Duty: Black Ops 4 |
BNET_CLIENT_COD_MW | ODIN | Call of Duty: Modern Warfare |
BNET_CLIENT_COD_MW2 | LAZR | Call of Duty: Modern Warfare 2 |
BNET_CLIENT_COD_BOCW | ZEUS | Call of Duty: Black Ops Cold War |
BNET_CLIENT_WC3 | W3 | Warcraft III: Reforged |
Example
- Shows your Battle.net friends' game information. Tested with one friend online in the mobile app, and one friend offline.
- C_BattleNet.GetFriendAccountInfo() returns the same information in
gameAccountInfo
Battle Wow
Patch changes
- Patch 8.2.5 (2019-09-24): Reworked and moved to
C_BattleNet.GetGameAccountInfoByID()
andC_BattleNet.GetFriendGameAccountInfo
. The previous alias is deprecated. [1] - Patch 6.2.4 (2016-03-22): Renamed to BNGetGameAccountInfo() and BNGetFriendGameAccountInfo()
- Patch 5.0.4 (2012-08-28): Returns changed:
faction
is now a string.canSoR
andtoonID
added. - Patch 3.3.5 (2010-06-22): Added as
BNGetToonInfo()
andBNGetFriendToonInfo()
External links
GetGameAccountInfoByID | GetGameAccountInfoByGUID | GetFriendGameAccountInfo |
---|---|---|
|
|
|
Blizzard Support Wow
Retrieved from 'https://wow.gamepedia.com/API_C_BattleNet.GetGameAccountInfoByID?oldid=5910933'