Kerbal Space Program  1.12.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
VesselNaming Class Reference
Inheritance diagram for VesselNaming:
IConfigNode

Public Member Functions

void Load (ConfigNode node)
 
void Save (ConfigNode node)
 
 VesselNaming ()
 
 VesselNaming (ConfigNode node)
 

Static Public Member Functions

static Part FindPriorityNamePart (Vessel vessel)
 Find the part with the highest priority vessel naming More...
 
static Part FindPriorityNamePart (ShipConstruct ship)
 Find the part with the highest priority vessel naming More...
 

Public Attributes

int namingPriority
 
string vesselName
 
VesselType vesselType
 

Constructor & Destructor Documentation

VesselNaming.VesselNaming ( )
inline
VesselNaming.VesselNaming ( ConfigNode  node)
inline

Member Function Documentation

static Part VesselNaming.FindPriorityNamePart ( Vessel  vessel)
inlinestatic

Find the part with the highest priority vessel naming

Parameters
vesselthe vessel to search
Returns
null if no VesselNaming found or the part with the highest priority
static Part VesselNaming.FindPriorityNamePart ( ShipConstruct  ship)
inlinestatic

Find the part with the highest priority vessel naming

Parameters
shipthe ship to search
Returns
null if no VesselNaming found or the part with the highest priority
void VesselNaming.Load ( ConfigNode  node)
inline

Implements IConfigNode.

void VesselNaming.Save ( ConfigNode  node)
inline

Implements IConfigNode.

Member Data Documentation

int VesselNaming.namingPriority
string VesselNaming.vesselName
VesselType VesselNaming.vesselType

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