Class containing information on science reports, stored in the persistent file in modules using IScienceDataContainer.
More...
|
float | dataAmount |
| Amount of data, in mits, to be transmitted or recovered. Affects transmission time and energy usage. More...
|
|
float | labBoost |
| Level of science lab boost, less than 1 is un-boosted, 1.5 is the standard lab boosted value, higher levels don't appear to be used. More...
|
|
string | subjectID |
| ID of science data in Experimentname format, matches Science Subject id. More...
|
|
string | title |
| Science data title, displayed on experimental results dialog page and recovery summary. More...
|
|
float | transmitValue |
| Percentage of science value that can be transmitted. 1 is equal to the amount gained by returning to Kerbin. More...
|
|
Class containing information on science reports, stored in the persistent file in modules using IScienceDataContainer.
ScienceData.ScienceData |
( |
float |
amount, |
|
|
float |
xmitValue, |
|
|
float |
labBoost, |
|
|
string |
id, |
|
|
string |
dataName |
|
) |
| |
Generate Science Data based on Science Subject values.
- Parameters
-
amount | Amount of data, it mits. |
xmitValue | Transmission value |
labBoost | Current state of science lab boost |
id | Matches Science Subject ID |
dataName | Title of science data |
float ScienceData.dataAmount |
Amount of data, in mits, to be transmitted or recovered. Affects transmission time and energy usage.
float ScienceData.labBoost |
Level of science lab boost, less than 1 is un-boosted, 1.5 is the standard lab boosted value, higher levels don't appear to be used.
string ScienceData.subjectID |
ID of science data in Experimentname format, matches Science Subject id.
Science data title, displayed on experimental results dialog page and recovery summary.
float ScienceData.transmitValue |
Percentage of science value that can be transmitted. 1 is equal to the amount gained by returning to Kerbin.
The documentation for this class was generated from the following file: