EVENT MOVESECTOR: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
Jaap (talk | contribs)
No edit summary
clarify what "move" means in this context
Line 2: Line 2:


This [[event]] is triggered when a sector is moved.
This [[event]] is triggered when a sector is moved.
This applies to motion on the X and Y axes, like doors,
but not motion along Z, like elevators.


[[THISACTOR]] is the actor that is moving the sector.
[[THISACTOR]] is the actor that is moving the sector.

Revision as of 14:17, 7 August 2020

EVENT_MOVESECTOR is a Game Event.

This event is triggered when a sector is moved. This applies to motion on the X and Y axes, like doors, but not motion along Z, like elevators.

THISACTOR is the actor that is moving the sector.