ElevatorSequenceChanged
Gets called when elevator's sequence has changed.
Start a script section
!-- OnEvent ElevatorSequenceChanged
-- require *evElevator $evOldSequence $evNewSequence
# Add your instructions here
- Group: ServerEvents
- Cancellable: No
- Event data:
ElevatorSequenceChangedEventArgs
Injected variables
| Variable | Type | Description |
|---|---|---|
*evElevator | reference to Elevator object | The elevator that is involved in the event. |
$evOldSequence | ElevatorSequence enum value | The old sequence the elevator was in before. |
$evNewSequence | ElevatorSequence enum value | The new sequence the elevator has transitioned into. |