KerbalAlarmClock¶
This service provides functionality to interact with Kerbal Alarm Clock.
- available¶
Whether Kerbal Alarm Clock is available.
- Attribute:
Read-only, cannot be set
- Return type:
bool
- static alarm_with_name(name)¶
Get the alarm with the given name, or
None
if no alarms have that name. If more than one alarm has the name, only returns one of them.- Parameters:
name (str) – Name of the alarm to search for.
- Return type:
- static alarms_with_type(type)¶
Get a list of alarms of the specified type.