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

Public Types

enum  Type {
  Type.Vessel, Type.PartModule, Type.Part, Type.CelestialBody,
  Type.Generic, Type.Null
}
 

Public Member Functions

ITargetable FindTarget ()
 
void Load (ConfigNode node)
 
 ProtoTargetInfo (ProtoTargetInfo pTI)
 
 ProtoTargetInfo (ITargetable tgt)
 
 ProtoTargetInfo ()
 
 ProtoTargetInfo (ConfigNode node)
 
void Save (ConfigNode node)
 

Public Attributes

int partModuleIndex
 
uint partUID
 
Type targetType
 
string uniqueName
 
Guid vesselId
 

Member Enumeration Documentation

Enumerator
Vessel 
PartModule 
Part 
CelestialBody 
Generic 
Null 

Constructor & Destructor Documentation

ProtoTargetInfo.ProtoTargetInfo ( ProtoTargetInfo  pTI)
inline
ProtoTargetInfo.ProtoTargetInfo ( ITargetable  tgt)
inline
ProtoTargetInfo.ProtoTargetInfo ( )
inline
ProtoTargetInfo.ProtoTargetInfo ( ConfigNode  node)
inline

Member Function Documentation

ITargetable ProtoTargetInfo.FindTarget ( )
inline
void ProtoTargetInfo.Load ( ConfigNode  node)
inline

Implements IConfigNode.

void ProtoTargetInfo.Save ( ConfigNode  node)
inline

Implements IConfigNode.

Member Data Documentation

int ProtoTargetInfo.partModuleIndex
uint ProtoTargetInfo.partUID
Type ProtoTargetInfo.targetType
string ProtoTargetInfo.uniqueName
Guid ProtoTargetInfo.vesselId

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