-
Notifications
You must be signed in to change notification settings - Fork 67
ScienceExperiment Type
Jeremie Rossignol edited this page Sep 15, 2020
·
8 revisions
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. |
- General Types
- KSP Types
- Contract Configurator Objects
- Other
- Global Functions
Contract Configurator
Configuration File Syntax
Extending Contract Configurator