Thread: 3.2 Update
View Single Post
09/23/17, 05:05 PM   #6
Ayantir
 
Ayantir's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2014
Posts: 1,019
I've updated API page and event.

You should have a look on events page as this one now list the types of data sent

ex :

before :


now :



ZOS also added a lot of Guild and Social events which already existed but was not documented.

Complete list of events added is :


Social - Already here but undocumented :
EVENT_FRIEND_DISPLAY_NAME_CHANGED
EVENT_OUTGOING_FRIEND_INVITE_REMOVED
EVENT_FRIEND_CHARACTER_CHAMPION_POINTS_CHANGED
EVENT_OUTGOING_FRIEND_INVITE_ADDED
EVENT_IGNORE_ONLINE_CHARACTER_CHANGED
EVENT_INCOMING_FRIEND_INVITE_NOTE_UPDATED
Guild - Already here but undocumented :
EVENT_GUILD_HISTORY_REFRESHED
EVENT_GUILD_LEVEL_CHANGED
EVENT_GUILD_HISTORY_CATEGORY_UPDATED
EVENT_GUILD_NAME_AVAILABLE
EVENT_GUILD_INVITES_INITIALIZED
EVENT_GUILD_MEMBER_CHARACTER_CHAMPION_POINTS_CHANGED
EVENT_GUILD_TRADER_HIRED_UPDATED
Guild Keeps - Already here but undocumented :
EVENT_GUILD_RELEASE_KEEP_RESPONSE
EVENT_GUILD_LOST_KEEP_CAMPAIGN_NOTIFICATION
EVENT_GUILD_CLAIM_KEEP_RESPONSE
EVENT_GUILD_CLAIM_KEEP_CAMPAIGN_NOTIFICATION
EVENT_GUILD_RELEASE_KEEP_CAMPAIGN_NOTIFICATION
Retrait System
EVENT_RETRAIT_RESPONSE
EVENT_RETRAIT_STATION_INTERACT_START
EVENT_RETRAIT_STARTED
Currencies
EVENT_CROWN_GEM_UPDATE
EVENT_CURRENCY_CAPS_CHANGED
EVENT_CROWN_UPDATE
EVENT_CURRENCY_UPDATE
Collectibles
EVENT_COLLECTIBLES_UPDATED
EVENT_COLLECTIBLE_UPDATED
Video (pregame)
EVENT_VIDEO_PLAYBACK_COMPLETE
EVENT_VIDEO_PLAYBACK_CONFIRM_CANCEL
EVENT_VIDEO_PLAYBACK_CANCEL_STARTED
EVENT_VIDEO_PLAYBACK_ERROR

Others :
EVENT_BACKGROUND_LIST_FILTER_COMPLETE < Unknown
EVENT_GAME_CREDITS_READY < Game credits (pregame)
EVENT_REMOTE_SCENE_STATE_CHANGE < Remote scenes (marketplace & protected code)
EVENT_REMOTE_TOP_LEVEL_CHANGE < Remote scenes (marketplace & protected code)
EVENT_SHOW_REMOTE_BASE_SCENE < Remote scenes (marketplace & protected code)
EVENT_PLAYER_STATUS_CHANGED < Maybe offline / away / dnd
EVENT_SET_SUBTITLE < Subtitles option
EVENT_FULLSCREEN_MODE_CHANGED < Video option
EVENT_DYES_SEARCH_RESULTS_READY < New restyle system
EVENT_CAPTURE_AREA_SPAWNED < Alliance war & Battlegrounds
EVENT_SAVE_DATA_COMPLETE < Unknown
  Reply With Quote