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
ProtoWaypointInfo Class Reference
Inheritance diagram for ProtoWaypointInfo:
IConfigNode

Public Member Functions

Waypoint FindWaypoint ()
 Function to go from the proto version to find the in game one. More...
 
void Load (ConfigNode node)
 
 ProtoWaypointInfo (ProtoWaypointInfo pWI)
 
 ProtoWaypointInfo (Waypoint wp)
 
 ProtoWaypointInfo ()
 
 ProtoWaypointInfo (ConfigNode node)
 
void Save (ConfigNode node)
 

Public Attributes

string name
 Text name of the waypoint More...
 
Guid navigationId
 unique identifier More...
 

Constructor & Destructor Documentation

ProtoWaypointInfo.ProtoWaypointInfo ( ProtoWaypointInfo  pWI)
inline
ProtoWaypointInfo.ProtoWaypointInfo ( Waypoint  wp)
inline
ProtoWaypointInfo.ProtoWaypointInfo ( )
inline
ProtoWaypointInfo.ProtoWaypointInfo ( ConfigNode  node)
inline

Member Function Documentation

Waypoint ProtoWaypointInfo.FindWaypoint ( )
inline

Function to go from the proto version to find the in game one.

Returns
void ProtoWaypointInfo.Load ( ConfigNode  node)
inline

Implements IConfigNode.

void ProtoWaypointInfo.Save ( ConfigNode  node)
inline

Implements IConfigNode.

Member Data Documentation

string ProtoWaypointInfo.name

Text name of the waypoint

Guid ProtoWaypointInfo.navigationId

unique identifier


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