Kerbal Space Program
1.12.4
|
Any module that implements this interface can make all antennae, not just those of type RELAY, work as a relay. More...
Public Member Functions | |
bool | CanRelay () |
Called when the vessel is loaded, so called on the actual part More... | |
bool | CanRelayUnloaded (ProtoPartModuleSnapshot mSnap) |
Called on the part prefab's module, and passed the snapshot of the unloaded vessel's copy of the module More... | |
Any module that implements this interface can make all antennae, not just those of type RELAY, work as a relay.
bool CommNet.IRelayEnabler.CanRelay | ( | ) |
Called when the vessel is loaded, so called on the actual part
Implemented in CommNet.ModuleRelayEnabler.
bool CommNet.IRelayEnabler.CanRelayUnloaded | ( | ProtoPartModuleSnapshot | mSnap | ) |
Called on the part prefab's module, and passed the snapshot of the unloaded vessel's copy of the module
mSnap |
Implemented in CommNet.ModuleRelayEnabler.