![]() |
Kerbal Space Program
1.12.4
|
This is the miniBiome asset class containing information for a mini biome. More...
Static Public Member Functions | |
| static string | ConvertTagtoBiome (string tagname) |
| Returns the TagKeyID format. Converts to LandedAt string but with spaces removed. More... | |
| static string | ConvertTagtoLandedAt (string tagname) |
| Will convert a Unity Tag to LandedAt Name in English Replaces Vessel.GetLandedAtString() method. More... | |
Public Attributes | |
| string | LocalizedTag = "" |
| The Localized Tag Key (#autoLOC tag) //#autoLOC = <Id not="" found="" or="" corrupted="" in="" cfg="" files>=""> More... | |
| string | TagKey = "" |
| The Unity Tag Key More... | |
| string | TagKeyID = "" |
| This is the TagKey in Science ID format (no spaces) More... | |
Properties | |
| string | GetDisplayName [get] |
| Returns the MiniBiome name in Localized language More... | |
| string | GetLocalizedTag [get] |
| Returns the MiniBiome Localization Tag (#autoLOC*) More... | |
| string | GetTagKeyString [get] |
| Returns the TagKey converted to MiniBiome Name (in English with no spaces) More... | |
This is the miniBiome asset class containing information for a mini biome.
|
inlinestatic |
Returns the TagKeyID format. Converts to LandedAt string but with spaces removed.
| tagname | Should be Unity Tag or TagKey format |
|
inlinestatic |
Will convert a Unity Tag to LandedAt Name in English Replaces Vessel.GetLandedAtString() method.
| tagname | TagKey or Vessel.LandedAt string |
| string MiniBiome.LocalizedTag = "" |
The Localized Tag Key (#autoLOC tag) //#autoLOC = <Id not="" found="" or="" corrupted="" in="" cfg="" files>="">
| string MiniBiome.TagKey = "" |
The Unity Tag Key
| string MiniBiome.TagKeyID = "" |
This is the TagKey in Science ID format (no spaces)
|
get |
Returns the MiniBiome name in Localized language
|
get |
Returns the MiniBiome Localization Tag (#autoLOC*)
|
get |
Returns the TagKey converted to MiniBiome Name (in English with no spaces)
1.8.7