[WIP] PartScience
Available science through one part.
Instance Properties:
part: Part - The part this science belongs to.native: ModuleScienceExperiment - [Unsafe] KSP APIexperiment: ScienceExperiment - [Unsafe] KSP APIexperimentId: string - Experiment ID.experimentTitle: string - Experiment title.subject: Science.Subject - [WIP] Science subject for the experiment and current situation.completed: double - Science returned to KSC.capacity: double - Total obtainable science.value: double - Science value (when returned to KSC).nextValue: double - Next science value (when returned to KSC).ready: bool - [WIP] Ready to perform experiment.state: ScienceState - [WIP] State of science module.
Instance Methods:
perform(): bool, dialog bool- Perform the experiment (may take some time). Shows the dialog by default. Note that suppressing the dialog is rather experimental and may not work for some parts.