no edit summary
No edit summary |
No edit summary |
||
| Line 6: | Line 6: | ||
Note that using this event means that your addon can not be loaded on demand properly. It is better to use ADDON_LOADED and test for arg1 being the name of your addon. | Note that using this event means that your addon can not be loaded on demand properly. It is better to use ADDON_LOADED and test for arg1 being the name of your addon. | ||
{{evt|VOICE_CHAT_ENABLED_UPDATE|Misc}} | |||
Fired when you enable or disable voice chat. | |||
{{evt|VOICE_LEFT_SESSION|Misc}} | |||
{{evt|VOICE_PUSH_TO_TALK_START|Misc}} | |||
Fired when you click the Push-To-Talk hotkey to activate voice chat | |||
{{evt|VOICE_PUSH_TO_TALK_STOP|Misc}} | |||
Fired when you release the Push-To-Talk hotkey | |||
{{evt|VOICE_SESSIONS_UPDATE|Misc}} | |||
{{evt|VOICE_START|Misc}} | |||
Fired when someone starts using Voice Chat | |||
; arg1 : The [[API_TYPE_UnitId|UnitId]] of the person who started talking | |||
{{evt|VOICE_STATUS_UPDATE|Misc}} | {{evt|VOICE_STATUS_UPDATE|Misc}} | ||
Fired when someone in your group or raid updates their voice status. Triggers extremely frequently. | |||
{{evt|VOICE_STOP|Misc}} | |||
Fired when someone stops using Voice Chat | |||
; arg1 : The [[API_TYPE_UnitId|UnitId]] of the person who stopped talking | |||