space_ex v0.5.1 SpaceEx.KerbalAlarmClock.AlarmAction

The action performed by an alarm when it fires.

Link to this section Summary

Functions

Don't do anything at all

Don't do anything, and delete the alarm

Drop out of time warp

Drop out of time warp

Display a message

Pause the game

Link to this section Functions

Don't do anything at all…

Returns :do_nothing.

Link to this function do_nothing_delete_when_passed()

Don't do anything, and delete the alarm.

Returns :do_nothing_delete_when_passed.

Drop out of time warp.

Returns :kill_warp.

Link to this function kill_warp_only()

Drop out of time warp.

Returns :kill_warp_only.

Display a message.

Returns :message_only.

Pause the game.

Returns :pause_game.