space_ex v0.1.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
Link to this function
do_nothing()
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
.
Link to this function
kill_warp()
Drop out of time warp.
Returns :kill_warp
.
Link to this function
kill_warp_only()
Drop out of time warp.
Returns :kill_warp_only
.
Link to this function
message_only()
Display a message.
Returns :message_only
.
Link to this function
pause_game()
Pause the game.
Returns :pause_game
.