Kerbal Space Program  1.12.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Member Functions | List of all members
IVesselAutoRename Interface Reference

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...

Inheritance diagram for IVesselAutoRename:
ModuleAsteroid ModuleComet

Public Member Functions

string GetVesselName ()
 
VesselType GetVesselType ()
 

Detailed Description

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.

Member Function Documentation

string IVesselAutoRename.GetVesselName ( )

Implemented in ModuleComet, and ModuleAsteroid.

VesselType IVesselAutoRename.GetVesselType ( )

Implemented in ModuleComet, and ModuleAsteroid.


The documentation for this interface was generated from the following file: