WildStar:API EVENT ChangeWorld: Difference between revisions

Created page with "{{../uiapievent}} The '''ChangeWorld''' global event, used to know when player has changed instances. Must register to receive events. {{../api||Apollo|RegisterEventHandler..."
(Created page with "{{uiapievent}} The '''ChangeWorld''' global event, used to know when player has changed instances. Must register to receive events. {{api||Apollo|RegisterEventHandler}}("Ch...")
 
(Created page with "{{../uiapievent}} The '''ChangeWorld''' global event, used to know when player has changed instances. Must register to receive events. {{../api||Apollo|RegisterEventHandler...")
Line 1: Line 1:
{{uiapievent}}
{{../uiapievent}}
The '''ChangeWorld''' global event, used to know when player has changed instances. Must register to receive events.
The '''ChangeWorld''' global event, used to know when player has changed instances. Must register to receive events.
   
   
  {{api||Apollo|RegisterEventHandler}}("ChangeWorld", "OnChangeWorld", self)
  {{../api||Apollo|RegisterEventHandler}}("ChangeWorld", "OnChangeWorld", self)
  function MyAddOn:OnChangeWorld()
  function MyAddOn:OnChangeWorld()