Skip to content

MASIKAC

MOARdV edited this page Aug 31, 2016 · 6 revisions

#MASIKAC.cs

The MASIKAC object encapsulates the interface with Kerbal Alarm Clock.

###kac.AlarmCount()

Returns: Count of alarms for this vessel; 0 or more.

Returns the number of future alarms scheduled for this vessel. Alarms that are in the past, or for other vessels, are not counted. If Kerbal Alarm Clock is not installed, this value is zero.

###kac.TimeToAlarm()

Returns: Time to the next alarm for the current vessel, in seconds; 0 if there are no alarms.

Returns the time to the next alarm scheduled in Kerbal Alarm Clock for this vessel. If no alarm is scheduled, or all alarms occurred in the past, this value is 0.


This documentation was automatically generated from source code at 14:43 UTC on 31/Aug/2016.

Clone this wiki locally