Kerbal Space Program  1.12.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Member Functions | Public Attributes | List of all members
Expansions.Missions.Crew Class Reference

Contains the assigned Crew for a Part in a vessel More...

Inheritance diagram for Expansions.Missions.Crew:
IConfigNode

Public Member Functions

void Load (ConfigNode node)
 
string LocalizeCrewMember (int nameIndex)
 
void Save (ConfigNode node)
 

Public Attributes

List< string > crewNames
 A list of the assigned crew. - Seat indexes for the part are assigned in the ROSTER. More...
 
uint partPersistentID
 The persistentId for the part they are assigned to More...
 
uint vesselPersistentID
 The persistentId for the vessel they are assigned to More...
 

Detailed Description

Contains the assigned Crew for a Part in a vessel

Member Function Documentation

void Expansions.Missions.Crew.Load ( ConfigNode  node)
inline

Implements IConfigNode.

string Expansions.Missions.Crew.LocalizeCrewMember ( int  nameIndex)
inline
void Expansions.Missions.Crew.Save ( ConfigNode  node)
inline

Implements IConfigNode.

Member Data Documentation

List<string> Expansions.Missions.Crew.crewNames

A list of the assigned crew. - Seat indexes for the part are assigned in the ROSTER.

uint Expansions.Missions.Crew.partPersistentID

The persistentId for the part they are assigned to

uint Expansions.Missions.Crew.vesselPersistentID

The persistentId for the vessel they are assigned to


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