Difference between revisions of "EVENT MOVESECTOR"

From EDukeWiki
Jump to: navigation, search
(Created page with "EVENT_MOVESECTOR is a Game Event. This event is triggered when a sector is moved. THISACTOR is the sector number of the sector that is moving.")
 
 
(One intermediate revision by the same user not shown)
Line 3: Line 3:
 
This [[event]] is triggered when a sector is moved.
 
This [[event]] is triggered when a sector is moved.
  
THISACTOR is the sector number of the sector that is moving.
+
[[THISACTOR]] is the actor that is moving the sector.

Latest revision as of 07:44, 28 September 2016

EVENT_MOVESECTOR is a Game Event.

This event is triggered when a sector is moved.

THISACTOR is the actor that is moving the sector.