WoW:API GetGuildRosterInfo: Difference between revisions

m
no edit summary
(Added classFileName to return values.)
mNo edit summary
Line 2: Line 2:
Returns information about the player in the guild roster.
Returns information about the player in the guild roster.
  name, rank, rankIndex, level, class, zone, note,  
  name, rank, rankIndex, level, class, zone, note,  
   officernote, online, status, classFileName = GetGuildRosterInfo(index);
   officernote, online, status, classFileName,
  achievementPoints, achievementRank, isMobile = GetGuildRosterInfo(index);


==Parameters==
==Parameters==
Line 19: Line 20:
:;status : The availability of the player; may be "<AFK>", "<DND>", or "" for no special status. (Introduced in patch 1.9)
:;status : The availability of the player; may be "<AFK>", "<DND>", or "" for no special status. (Introduced in patch 1.9)
:;classFileName : Upper-case English classname - localisation independant.
:;classFileName : Upper-case English classname - localisation independant.
:;achievementPoints : The guild achievement points of the member
:;achievementRank : The guild achievement rank of the member
:;isMobile : If member is logged on using the mobile armory application
Anonymous user