|
static bool | BiomeIsUnlisted (CelestialBody body, string biome) |
| Searches for a Biome that matches the passed in biome name field on the passed in CelestialBody. Will return True if the biome is NOT found. Will return False if the biome IS found. More...
|
|
static string | GenerateLocalizedTitle (string id) |
| Generates Localized title string by reverse engineering the ID field. If this fails it will return empty string. More...
|
|
static string | GenerateScienceSubjectTitle (ScienceExperiment exp, ExperimentSituations sit, CelestialBody body, string biome="", string displaybiome="") |
| Generates ScienceSubject Title string (localized) More...
|
|
static string | GenerateScienceSubjectTitle (ScienceExperiment exp, ExperimentSituations sit, string sourceUid, string sourceTitle, CelestialBody body, string biome="", string displaybiome="") |
| Generates ScienceSubject Title string (localized) More...
|
|
static IScienceDataTransmitter | GetBestTransmitter (List< IScienceDataTransmitter > vesselTransmitters) |
|
static IScienceDataTransmitter | GetBestTransmitter (Vessel v) |
|
static string | GetBiomedisplayName (CelestialBody body, string biome) |
| Will return the Biome displayName (Localized) or if not found return the string passed in More...
|
|
static string | GetBiomedisplayName (CelestialBody body, string biome, bool formatted) |
| Will return the Biome displayName (Localized) or if not found return the string passed in More...
|
|
static string | GetExperimentBiome (CelestialBody body, double lat, double lon) |
| Returns the Biome for a given body and GPS location - English More...
|
|
static string | GetExperimentBiomeLocalized (CelestialBody body, double lat, double lon) |
| Returns the Biome for a given body and GPS location - Localized - Parameters
-
- Returns
- localized biome string
More...
|
|
static string | GetExperimentBodyName (string subjectID) |
| Returns the bodyName from a sciencedata ID string. Where format is: experiment More...
|
|
static void | GetExperimentFieldsFromScienceID (string subjectID, out string BodyName, out ExperimentSituations Situation, out string Biome) |
| Splits out the componets of a Science Subject ID (experiment) and returns the celestialbody Name, situation and biome. More...
|
|
static void | GetExperimentFieldsFromScienceID (string subjectID, out string BodyName, out string Situation, out string Biome) |
| Splits out the componets of a Science Subject ID (experiment) and returns the celestialbody Name, situation and biome. More...
|
|
static ExperimentSituations | GetExperimentSituation (Vessel v) |
|
static float | GetLabScore (ModuleScienceLab lab) |
|
static float | GetTransmitterScore (IScienceDataTransmitter t) |
|
static bool | RequiredUsageExternalAvailable (Vessel v, Vessel vExt, ExperimentUsageReqs req, ScienceExperiment exp, ref string message) |
|
static bool | RequiredUsageInternalAvailable (Vessel v, Part p, ExperimentUsageReqs req, ScienceExperiment exp, ref string message) |
|