Skip to content

MASIChatterer

MOARdV edited this page May 18, 2017 · 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 18:09 UTC on 10/May/2017.

Clone this wiki locally