Custom Asteroids
1.9
A mod for Kerbal Space Program that lets users control where asteroids appear
|
Represents asteroid-specific information not included in the stock game. More...
Inherits PartModule.
Public Attributes | |
string | composition |
The name of the composition class to use. More... | |
string | displayComposition |
The name of the composition class to use. More... | |
Properties | |
string | parentSet [get] |
The unique ID of the asteroid set that created this asteroid. More... | |
Represents asteroid-specific information not included in the stock game.
string Starstrider42.CustomAsteroids.CustomAsteroidData.composition |
The name of the composition class to use.
Intended for use by code.
string Starstrider42.CustomAsteroids.CustomAsteroidData.displayComposition |
The name of the composition class to use.
Intended for display to the user.
|
get |
The unique ID of the asteroid set that created this asteroid.
The name of the set, or null if inapplicable or unknown.
The returned name is not guaranteed to match any currently loaded asteroid config.