ScienceExperiment Type - jrossignol/ContractConfigurator GitHub Wiki
The ScienceExperiment class represents a science experiment that can be run.
Methods
| Method Signature | Description | 
|---|---|
| stringName() | Returns the name of the experiment. | 
| stringID() | 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. |