KerbalAlarmClock¶
-
class KerbalAlarmClock : public krpc::Service¶
This service provides functionality to interact with Kerbal Alarm Clock.
-
bool available()¶
Whether Kerbal Alarm Clock is available.
-
Alarm alarm_with_name(std::string name)¶
Get the alarm with the given name, or
NULL
if no alarms have that name. If more than one alarm has the name, only returns one of them.- Parameters:
name – Name of the alarm to search for.
-
bool available()¶