ScienceExperiment Type - jrossignol/ContractConfigurator GitHub Wiki
The ScienceExperiment class represents a science experiment that can be run.
Methods
Method Signature | Description |
---|---|
string Name()
|
Returns the name of the experiment. |
string ID()
|
Returns the id of the experiment. |
Global Functions
Function Signature | Description |
---|---|
List < ScienceExperiment > AllExperiments()
|
Returns a list of all science experiments. |
List < ScienceExperiment > AvailableExperiments( CelestialBody body)
|
Returns a list of all science experiments that are available (that have the appropriate tech unlocked) and can be run on the given celestial body. |