MASIChatterer - FirstPersonKSP/AvionicsSystems GitHub Wiki
MASIChatterer.cs
The MASIChatterer class provides an interface between the Chatterer mod and Avionics Systems. It provides two informational variables and one action.
chatterer.Available()
Returns: 1 if Chatterer is installed, 0 otherwise
Reports whether the Chatterer mod is installed.
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()
Returns: 1 if Chatterer starts transmitting; 0 otherwise.
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 15:19 UTC on 21/May/2017.