C_Club.GetAvatarIdList

From Warcraft Wiki
Jump to navigation Jump to search

Needs summary.

avatarIds = C_Club.GetAvatarIdList(clubType)

Arguments

clubType
Enum.ClubType
Enum.ClubType
Value Field Description
0 BattleNet
1 Character
2 Guild
3 Other

Returns

avatarIds
number[]?

Details

  • listen for AVATAR_LIST_UPDATED event. This can happen if we haven't downloaded the battle.net avatar list yet

Patch changes

Battle for Azeroth Patch 8.0.1 (2018-07-17): Added.