A Home CommNetNode - for Kerbin's DSN
More...
|
double | antennaPower = 500000d |
| The range of the station. More...
|
|
string | displaynodeName = string.Empty |
| The UI display name of the Node (Localized) More...
|
|
bool | isKSC = false |
| True if part of the KSC - full blown antenna - home station. Will use the Game settings to determine the range based on the Tracking Station Upgrade level. More...
|
|
bool | isPermanent = false |
| True if to be considered not an extra basestation. But also not part of the KSC. These stations will always be ON like the Tracking Station/isKSC but their range is not the same. Will use antennaPower to determine the range of the station. More...
|
|
string | nodeName = string.Empty |
| The name of the Node (English key) More...
|
|
Transform | nodeTransform |
| The transform the node is attached to More...
|
|
A Home CommNetNode - for Kerbin's DSN
virtual void CommNet.CommNetHome.CreateNode |
( |
| ) |
|
|
inlineprotectedvirtual |
virtual void CommNet.CommNetHome.OnDestroy |
( |
| ) |
|
|
inlineprotectedvirtual |
virtual void CommNet.CommNetHome.OnNetworkInitialized |
( |
| ) |
|
|
inlineprotectedvirtual |
virtual void CommNet.CommNetHome.OnNetworkPreUpdate |
( |
| ) |
|
|
inlineprotectedvirtual |
virtual void CommNet.CommNetHome.Start |
( |
| ) |
|
|
inlineprotectedvirtual |
virtual void CommNet.CommNetHome.Update |
( |
| ) |
|
|
inlineprotectedvirtual |
double CommNet.CommNetHome.antennaPower = 500000d |
The range of the station.
string CommNet.CommNetHome.displaynodeName = string.Empty |
The UI display name of the Node (Localized)
bool CommNet.CommNetHome.isKSC = false |
True if part of the KSC - full blown antenna - home station. Will use the Game settings to determine the range based on the Tracking Station Upgrade level.
bool CommNet.CommNetHome.isPermanent = false |
True if to be considered not an extra basestation. But also not part of the KSC. These stations will always be ON like the Tracking Station/isKSC but their range is not the same. Will use antennaPower to determine the range of the station.
double CommNet.CommNetHome.lat |
|
protected |
string CommNet.CommNetHome.nodeName = string.Empty |
The name of the Node (English key)
Transform CommNet.CommNetHome.nodeTransform |
The transform the node is attached to
The documentation for this class was generated from the following file: