space_ex v0.5.1 SpaceEx.KerbalAlarmClock.Alarm

Represents an alarm.

Obtained by calling SpaceEx.KerbalAlarmClock.alarms/1, SpaceEx.KerbalAlarmClock.alarm_with_name/2 or SpaceEx.KerbalAlarmClock.alarms_with_type/2.

Link to this section Summary

Functions

The action that the alarm triggers

The unique identifier for the alarm

The number of seconds before the event that the alarm will fire

The short name of the alarm

The long description of the alarm

The number of seconds until the alarm will fire

Removes the alarm

Whether the alarm will be repeated after it has fired

The time delay to automatically create an alarm after it has fired

The action that the alarm triggers

The number of seconds before the event that the alarm will fire

The short name of the alarm

The long description of the alarm

Whether the alarm will be repeated after it has fired

The time delay to automatically create an alarm after it has fired

The time at which the alarm will fire

The vessel that the alarm is attached to

The celestial body the vessel is departing from

The celestial body the vessel is arriving at

The time at which the alarm will fire

The type of the alarm

The vessel that the alarm is attached to

The celestial body the vessel is departing from

The celestial body the vessel is arriving at

Link to this section Functions

The action that the alarm triggers.

The unique identifier for the alarm.

The number of seconds before the event that the alarm will fire.

The short name of the alarm.

The long description of the alarm.

Link to this function remaining(this)

The number of seconds until the alarm will fire.

Removes the alarm.

Whether the alarm will be repeated after it has fired.

Link to this function repeat_period(this)

The time delay to automatically create an alarm after it has fired.

Link to this function set_action(this, value)

The action that the alarm triggers.

Link to this function set_margin(this, value)

The number of seconds before the event that the alarm will fire.

Link to this function set_name(this, value)

The short name of the alarm.

Link to this function set_notes(this, value)

The long description of the alarm.

Link to this function set_repeat(this, value)

Whether the alarm will be repeated after it has fired.

Link to this function set_repeat_period(this, value)

The time delay to automatically create an alarm after it has fired.

Link to this function set_time(this, value)

The time at which the alarm will fire.

Link to this function set_vessel(this, value)

The vessel that the alarm is attached to.

Link to this function set_xfer_origin_body(this, value)

The celestial body the vessel is departing from.

Link to this function set_xfer_target_body(this, value)

The celestial body the vessel is arriving at.

The time at which the alarm will fire.

The type of the alarm.

The vessel that the alarm is attached to.

Link to this function xfer_origin_body(this)

The celestial body the vessel is departing from.

Link to this function xfer_target_body(this)

The celestial body the vessel is arriving at.