Kerbal Space Program
1.12.4
|
Implement this interface if your part module has a better idea of what an ejected piece of a ship should be named. In case multiple of these interfaces are found, the one on the part with the highest-ranking vessel type wins. More...
Public Member Functions | |
string | GetVesselName () |
VesselType | GetVesselType () |
Implement this interface if your part module has a better idea of what an ejected piece of a ship should be named. In case multiple of these interfaces are found, the one on the part with the highest-ranking vessel type wins.
string IVesselAutoRename.GetVesselName | ( | ) |
Implemented in ModuleComet, and ModuleAsteroid.
VesselType IVesselAutoRename.GetVesselType | ( | ) |
Implemented in ModuleComet, and ModuleAsteroid.