-
Notifications
You must be signed in to change notification settings - Fork 18
events
Ben edited this page Aug 16, 2022
·
1 revision
All events that are built into TRP3
Workflow
WORKFLOW_ON_API
WORKFLOW_ON_LOAD
WORKFLOW_ON_LOADED
WORKFLOW_ON_FINISH
Broadcast
BROADCAST_CHANNEL_CONNECTING
BROADCAST_CHANNEL_READY
BROADCAST_CHANNEL_OFFLINE
Navigation
NAVIGATION_TUTORIAL_REFRESH
NAVIGATION_RESIZED
Register
-
REGISTER_DATA_UPDATED
: Fired when data changes in a profile of a certain unitID (character or companion)-
Arg1
: [Optional] unitID or companionFullID -
Arg2
: profileID -
Arg3
: [Optional] Data type : either nil or "characteristics", "about", "misc", "character", "unitID"
-
-
REGISTER_PROFILES_LOADED
: Fired when you switch from one profile to another-
Arg1
: profileStructure
-
-
REGISTER_PROFILE_DELETED
: Fired when a profile is deleted (character or companion)-
Arg1
: profileID -
Arg2
: [Optional] A tab containing all linked unitIDs to the profile (only works for characters)
-
-
REGISTER_ABOUT_READ
: Fired when the "About" page is shown -
MOUSE_OVER_CHANGED
: Fired when the WoW event "UPDATE_MOUSEOVER_UNIT" is fired-
Arg1
: targetID -
Arg2
: targetMode (character, pet, battle pet, ...)
-
Other
-
PAGE OPENED
: Fired when the user changes page in the main frame.-
Arg1
: pageID -
Arg2
: pageContext
-
-
CONFIGURATION_CHANGED
: Fired when a config value is modified