LaunchSite Type - jrossignol/ContractConfigurator GitHub Wiki
The LaunchSite class represents a launch site on a planet or moon.
Methods
| Method Signature | Description |
|---|---|
string Name()
|
The name of the Launch Site. |
PQSCity PQSCity()
|
The associated PQSCity (if any). |
Location Location()
|
The location of the Launch Site on the celestial body. |
Global Functions
| Function Signature | Description |
|---|---|
List<LaunchSite> AllLaunchSites()
|
Returns a list of all launch sites. |
List<LaunchSite> AllEnabledLaunchSites()
|
Returns a list of all launch sites that are enabled (presumably DLC-locked launch sites are not returned). |
List<LaunchSite> AllStockLaunchSites()
|
Returns a list of all stock launch sites. |
List<LaunchSite> AllNonStockLaunchSites()
|
Returns a list of all non-stock launch sites (presumably modded launch sites). |