WoW:API GuildRoster: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
 
m (Updated comments - these documents should NOT talk about cosmos.)
Line 1: Line 1:
<p>If Cosmos is not installed then it will open the Guild Roster.  However if Cosmos is installed then it will open the Guild Roster hidden so that you can access the guild information without displaying the roster.</p>
This ensures that guild information is available to the client, and fires a GUILD_ROSTER_SHOW (what about GUILD_ROSTER_UPDATE??) event. (The standard UI has registered for this event and show the guild tab).
 
<small>If Cosmos is not installed then it will open the Guild Roster.  However if Cosmos is installed then it will open the Guild Roster hidden so that you can access the guild information without displaying the roster.</small>
<hr />
<hr />
<dl><dt><em>Arguments</em></dt></dl>
<dl><dt><em>Arguments</em></dt></dl>

Revision as of 23:10, 31 January 2005

This ensures that guild information is available to the client, and fires a GUILD_ROSTER_SHOW (what about GUILD_ROSTER_UPDATE??) event. (The standard UI has registered for this event and show the guild tab).

If Cosmos is not installed then it will open the Guild Roster. However if Cosmos is installed then it will open the Guild Roster hidden so that you can access the guild information without displaying the roster.


Arguments
None

Returns
None

Example
GuildRoster();