AlarmAction#

public enum AlarmAction#

The action performed by an alarm when it fires.

public AlarmAction DO_NOTHING#

Don’t do anything at all…

public AlarmAction DO_NOTHING_DELETE_WHEN_PASSED#

Don’t do anything, and delete the alarm.

public AlarmAction KILL_WARP#

Drop out of time warp and display a message.

public AlarmAction KILL_WARP_ONLY#

Drop out of time warp, without displaying a message.

public AlarmAction MESSAGE_ONLY#

Display a message, without affecting time warp.

public AlarmAction PAUSE_GAME#

Pause the game and display a message.

public AlarmAction CUSTOM#

A combination of actions configured in the Kerbal Alarm Clock user interface that does not correspond to any of the other values. Setting an alarm’s action to this value has no effect.

public AlarmAction CONVERTED#

The alarm was converted from an older version of Kerbal Alarm Clock and its action has not been set since. Setting an alarm’s action to this value has no effect.