.. default-domain:: c .. highlight:: c AlarmAction =========== .. type:: krpc_KerbalAlarmClock_AlarmAction_t The action performed by an alarm when it fires. .. macro:: KRPC_KERBALALARMCLOCK_ALARMACTION_DONOTHING Don't do anything at all... .. macro:: KRPC_KERBALALARMCLOCK_ALARMACTION_DONOTHINGDELETEWHENPASSED Don't do anything, and delete the alarm. .. macro:: KRPC_KERBALALARMCLOCK_ALARMACTION_KILLWARP Drop out of time warp and display a message. .. macro:: KRPC_KERBALALARMCLOCK_ALARMACTION_KILLWARPONLY Drop out of time warp, without displaying a message. .. macro:: KRPC_KERBALALARMCLOCK_ALARMACTION_MESSAGEONLY Display a message, without affecting time warp. .. macro:: KRPC_KERBALALARMCLOCK_ALARMACTION_PAUSEGAME Pause the game and display a message. .. macro:: KRPC_KERBALALARMCLOCK_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. .. macro:: KRPC_KERBALALARMCLOCK_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.