WoW:API GetGuildRosterInfo: Difference between revisions
Jump to navigation
Jump to search
GetGuildRosterInfo
No edit summary |
mNo edit summary |
||
Line 24: | Line 24: | ||
:;officernote : String - ''Not Documented'' | :;officernote : String - ''Not Documented'' | ||
:;online : Return 1 if the player is online, else it's nil | :;online : Return 1 if the player is online, else it's nil | ||
[[Category:API Functions|GetGuildRosterInfo]] | |||
[[Category:API Guild Functions|GetGuildRosterInfo]] |
Revision as of 14:35, 27 August 2005
It returns information about the player of a guild
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
- Returns
- name, rank, rankIndex, level, class, zone, group, note, officernote, online
- 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.
- 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 )
- group
- Boolean ( yes or no ) - Return if this member is in a group
- note
- String - Not Documented
- officernote
- String - Not Documented
- online
- Return 1 if the player is online, else it's nil