Kerbal Space Program  1.12.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Member Functions | List of all members
CommNet.IRelayEnabler Interface Reference

Any module that implements this interface can make all antennae, not just those of type RELAY, work as a relay. More...

Inheritance diagram for CommNet.IRelayEnabler:
CommNet.ModuleRelayEnabler

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...
 

Detailed Description

Any module that implements this interface can make all antennae, not just those of type RELAY, work as a relay.

Member Function Documentation

bool CommNet.IRelayEnabler.CanRelay ( )

Called when the vessel is loaded, so called on the actual part

Returns

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

Parameters
mSnap
Returns

Implemented in CommNet.ModuleRelayEnabler.


The documentation for this interface was generated from the following file: