WoW:API GetGuildRosterInfo: Difference between revisions

Added classFileName to return values.
m (linebreaks are good)
(Added classFileName to return values.)
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 = GetGuildRosterInfo(index);
   officernote, online, status, classFileName = GetGuildRosterInfo(index);


==Parameters==
==Parameters==
Line 18: Line 18:
:;online : Return 1 if the player is online, else it's nil
:;online : Return 1 if the player is online, else it's nil
:;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.
Anonymous user