Skip to content

MASIChatterer

MOARdV edited this page Aug 28, 2016 · 6 revisions

#MASIChatterer.cs

The MASIChatterer class provides an interface between the Chatterer mod and Avionics Systems. It provides two informational variables and one action.

###chatterer.Receiving()

Returns: 1 if ground control is talking, 0 otherwise.

Reports on whether or not Mission Control is communicating with the capsule.

###chatterer.StartTalking()

If the comm channel is idle, start a chatter sequence. If there is already an exchange active, do nothing.

###chatterer.Transmitting()

Returns: 1 if the vessel is transmitting, 0 otherwise.

Reports whether or not the vessel is transmitting to Mission Control.


This documentation was automatically generated from source code at 13:52 UTC on 28/Aug/2016.

Clone this wiki locally