WoW:Events/G

< Events
Revision as of 04:48, 15 August 2023 by Move page script (talk | contribs) (Move page script moved page Events/G to Events/G without leaving a redirect)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Event API


Edit
"GLYPH_ADDED"
Category: Glyph
 

?

"GLYPH_DISABLED"
Category: Glyph
 

?

"GLYPH_ENABLED"
Category: Glyph
 

?

"GLYPH_REMOVED"
Category: Glyph
 

?

"GLYPH_UPDATED"
Category: Glyph
 

?

"GMRESPONSE_RECEIVED"
Category: Communication
 

?

"GM_PLAYER_INFO"
Category: Misc
 

?

"GMSURVEY_DISPLAY"
Category: Misc
 
"GOSSIP_CLOSED"
Category: Misc
 

Fired when you close the talk window for an npc

(Seems to be called twice)
arg1
The mouse button used to close the window (nil if closed when you go out of range)
"GOSSIP_CONFIRM"
Category: Misc
 
"GOSSIP_CONFIRM_CANCEL"
Category: Misc
 
Edit
"GOSSIP_ENTER_CODE"
Category: Misc
 
Edit
"GOSSIP_SHOW"
Category: Misc
 

Fired when you talk to an npc

This event typically fires when you are given several choices, including choosing to sell item, select available and active quests, just talk about something, or bind to a location. Even when the the only available choices are quests, this event is often used instead of QUEST_GREETING.
no arguments
Edit
"GROUP_ROSTER_CHANGED"
Category: Group
 

Fired when the group's player's group member status changes. ADDED (5.0.4)

Note: The below needs to be validated with 5.0.4 or newer.

Fired whenever a raid is formed or disbanded, players are leaving or joining a raid (unsure if rejected join requests also fire the event), or when looting rules are changed (regardless of being in raid or party.)

As of 1.8.3 this event also fires when players are moved around in a Raid and when a player leaves the raid. This holds true even if the changes do not affect your party within the raid.

4-2-05 Edit: This event is called twice when the event PARTY_LOOT_METHOD_CHANGED is called.

7-28-05 EDIT: This event is generated when someone joins or leaves the group, also generated whenever someone rejects an invite and you're in a group. Also, if for instance you have 3 people in your group and you invite a 4th, it will generate 4 events. If you call GetNumPartyMembers() it will return 0, 1, 2, and 3. First event returing zero, 2nd event returning 1, etc etc.

Edit
"GUILDBANKBAGSLOTS_CHANGED"
Category: Bank
 

Fired when the guild-bank contents change

Edit
"GUILDBANKFRAME_CLOSED"
Category: Bank
 

Fired when the guild-bank frame is closed

Edit
"GUILDBANKFRAME_OPENED"
Category: Bank
 

Fired when the guild-bank frame is opened

Edit
"GUILDBANKLOG_UPDATE"
Category: Bank
 

Fired when the guild-bank log is updated.

Edit
"GUILDBANK_ITEM_LOCK_CHANGED"
Category: Bank
 


Edit
"GUILDBANK_TEXT_CHANGED"
Category: Bank
 


Edit
"GUILDBANK_UPDATE_MONEY"
Category: Bank
 


Edit
"GUILDBANK_UPDATE_TABS"
Category: Bank
 


Edit
"GUILDBANK_UPDATE_TEXT"
Category: Bank
 


Edit
"GUILDBANK_UPDATE_WITHDRAWMONEY"
Category: Bank
 


Edit
"GUILD_INVITE_CANCEL"
Category: Guild
 

Fired when the guild invitation is declined.

Edit
"GUILD_INVITE_REQUEST"
Category: Guild
 

Fired when you are invited to join a guild.

arg1
guild inviter
arg2
guild name
Edit
"GUILD_MOTD"
Category: Guild
 

Fired when the guild messages of the day is shown.

arg1
guild message of the day
Edit
"GUILD_REGISTRAR_CLOSED"
Category: Guild
 


Edit
"GUILD_REGISTRAR_SHOW"
Category: Guild
 
Edit
"GUILD_ROSTER_UPDATE"
Category: Guild
 

Fired when the client's guild info cache has been updated after a call to GuildRoster() or after any data change in any of the guild's data, excluding the Guild Information window.

arg1
nil if this event was triggered by the client cache being updated after a call to GuildRoster, 1 if there was a local change to Guild roster data

|}

"GUILDTABARD_UPDATE"
Category: Guild
 

?

"GUILD_EVENT_LOG_UPDATE"
Category: Guild
 

?

Edit

"GUILD_XP_UPDATE"
Category: Guild
 

Fired when the guild gains exp see also: UnitGetGuildXP()