Kerbal Space Program
1.12.4
|
Contains the information exposed in the MEditor for a Comet instance. More...
Public Member Functions | |
Comet () | |
void | Load (ConfigNode node) |
void | Randomize () |
Fills some of the asteroid values with random information More... | |
void | Save (ConfigNode node) |
Static Public Member Functions | |
static uint | GetRandomCometSeed () |
Generates a random seed for the comet. More... | |
Public Attributes | |
UntrackedObjectClass | cometClass |
The Comet Class More... | |
string | cometDisplayType |
Localized string for the current type of comet. More... | |
string | cometType |
The Comet Type More... | |
string | name |
The name of the Comet More... | |
uint | persistentId = 0 |
The Vessel persistentId for the Comet More... | |
float | radius |
uint | seed |
Contains the information exposed in the MEditor for a Comet instance.
|
inline |
|
inlinestatic |
Generates a random seed for the comet.
|
inline |
Implements IConfigNode.
|
inline |
Fills some of the asteroid values with random information
|
inline |
Implements IConfigNode.
UntrackedObjectClass Expansions.Missions.Comet.cometClass |
The Comet Class
string Expansions.Missions.Comet.cometDisplayType |
Localized string for the current type of comet.
string Expansions.Missions.Comet.cometType |
The Comet Type
string Expansions.Missions.Comet.name |
The name of the Comet
float Expansions.Missions.Comet.radius |
uint Expansions.Missions.Comet.seed |