Difference between revisions of "EVENT MOVEEFFECTORS"

From EDukeWiki
Jump to: navigation, search
 
(One intermediate revision by the same user not shown)
Line 3: Line 3:
 
This [[event]] is triggered for each sector effector that moves sectors.
 
This [[event]] is triggered for each sector effector that moves sectors.
  
THISACTOR is the actor that is moving the sector.
+
[[THISACTOR]] is the actor that is moving the sector.
  
To cancel the movement of a sector set [[return]] to a non zero value.
+
To cancel the movement of a sector set [[RETURN]] to a non zero value.

Latest revision as of 07:44, 28 September 2016

EVENT_MOVEEFFECTORS is a Game Event.

This event is triggered for each sector effector that moves sectors.

THISACTOR is the actor that is moving the sector.

To cancel the movement of a sector set RETURN to a non zero value.