WildStar:API EVENT ChangeWorld

From AddOn Studio
Revision as of 03:22, 9 August 2023 by Bear (talk | contribs) (Bear moved page //API EVENT ChangeWorld to API EVENT ChangeWorld without leaving a redirect)
Jump to navigation Jump to search

{{../uiapievent}} The ChangeWorld global event, used to know when player has changed instances. Must register to receive events.

{{../api||Apollo|RegisterEventHandler}}("ChangeWorld", "OnChangeWorld", self)
function MyAddOn:OnChangeWorld()

Usage

Parameters
Returns

Summary

This event fires after player has changed instance servers, like when entering or exiting a dungeon. Does not fire when player first enters game world from the character screen, as the UI and AddOns load after the player has entered. AddOns must register for this event. Does not fire when UI is reloaded.