Skip to main content

OnElevatorCall

Usage​

  • Called when an elevator lift is called to a specific floor by electricity
  • Return a non-null value to override default behavior

Examples​

""
object OnElevatorCall(Elevator elevator, Elevator topElevator)
{
Puts("OnElevatorCall works!");
return null;
}