WoW:API GetGuildRosterInfo: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
mNo edit summary
m (Move page script moved page API GetGuildRosterInfo to API GetGuildRosterInfo without leaving a redirect)
 
(12 intermediate revisions by 11 users not shown)
Line 1: Line 1:
<center>'''GetGuildRosterInfo'''</center>
{{wowapi}} __NOTOC__
Returns information about the player in the guild roster.
name, rank, rankIndex, level, class, zone, note,
  officernote, online, status, classFileName,
  achievementPoints, achievementRank, isMobile, isSoREligible, standingID = GetGuildRosterInfo(index);


It returns information about the player of a guild
==Parameters==
 
===Arguments===
name, rank, rankIndex, level, class, zone, group, note, officernote, online = GetGuildRosterInfo(index);
 
----
;''Arguments''
 
:(index)
:;index : Integer - It's a number corresponding to one player in the Guild
:;index : Integer - It's a number corresponding to one player in the Guild
----
===Returns===
;''Returns''
;name : String - The name of one member of the guild
 
:;rank : String - The member's rank in the guild ( Guild Master, Member ...)
: name, rank, rankIndex, level, class, zone, group, note, officernote, online
:;rankIndex : Number - The number corresponding to the guild's rank. The Rank Index starts at 0, add 1 to correspond with the index used in GuildControlGetRankName(index)
:;name : String - The name of one member of the guild
:;rank : Strink - The member's rank in the guild ( Guild Master, Member ...)
:;rankIndex : Number - The number corresponding to the guild's rank.
:;level : Number - The level of the player.
:;level : Number - The level of the player.
:;class : String - The class (Mage, Warrior, etc) of the player.
:;class : String - The class (Mage, Warrior, etc) of the player.
:;zone : String - The position of the player ( or the last if he is off line )  
:;zone : String - The position of the player ( or the last if he is off line )  
:;group : Boolean ( yes or no ) - Return if this member is in a group
:;note : String - Returns the character's public note if one exists, returns "" if there is no note or the current player does not have access to the public notes
:;note : String - ''Not Documented''
:;officernote : String - Returns the character's officer note if one exists, returns "" if there is no note or the current player does not have access to the officer notes
:;officernote : String - ''Not Documented''
:;online : Boolean - Whether the player is online
:;online : Return 1 if the player is online, else it's nil
:;status : Integer (0,1,2) - The availability of the player; Available, Away, Busy
 
:;classFileName : String - Upper-case English classname - localisation independant.
[[Category:API Functions|GetGuildRosterInfo]]
:;achievementPoints : Integer - The guild achievement points of the member
[[Category:API Guild Functions|GetGuildRosterInfo]]
:;achievementRank : Integer - The guild achievement rank of the member
:;isMobile : Boolean - If member is logged on using the mobile armory application
:;isSoREligible : Boolean - is member eligible for Scroll of Resurrection
:;standingID : Integer [[API TYPE StandingId|StandingId]] (0-8) - Numeric representation of standing (Neutral, friendly etc) with the guild
:

Latest revision as of 04:45, 15 August 2023

WoW API < GetGuildRosterInfo

Returns information about the player in the guild roster.

name, rank, rankIndex, level, class, zone, note, 
  officernote, online, status, classFileName, 
  achievementPoints, achievementRank, isMobile, isSoREligible, standingID = GetGuildRosterInfo(index);

Parameters[edit]

Arguments[edit]

index
Integer - It's a number corresponding to one player in the Guild

Returns[edit]

name
String - The name of one member of the guild
rank
String - The member's rank in the guild ( Guild Master, Member ...)
rankIndex
Number - The number corresponding to the guild's rank. The Rank Index starts at 0, add 1 to correspond with the index used in GuildControlGetRankName(index)
level
Number - The level of the player.
class
String - The class (Mage, Warrior, etc) of the player.
zone
String - The position of the player ( or the last if he is off line )
note
String - Returns the character's public note if one exists, returns "" if there is no note or the current player does not have access to the public notes
officernote
String - Returns the character's officer note if one exists, returns "" if there is no note or the current player does not have access to the officer notes
online
Boolean - Whether the player is online
status
Integer (0,1,2) - The availability of the player; Available, Away, Busy
classFileName
String - Upper-case English classname - localisation independant.
achievementPoints
Integer - The guild achievement points of the member
achievementRank
Integer - The guild achievement rank of the member
isMobile
Boolean - If member is logged on using the mobile armory application
isSoREligible
Boolean - is member eligible for Scroll of Resurrection
standingID
Integer StandingId (0-8) - Numeric representation of standing (Neutral, friendly etc) with the guild