Space Engineers
Public Member Functions | Public Attributes | List of all members
Sandbox.Game.Entities.MyRemoteControl.MyAutopilotWaypoint Class Reference

Public Member Functions

 MyAutopilotWaypoint (Vector3D coords, string name, List< MyObjectBuilder_ToolbarItem > actionBuilders, List< int > indexes, MyRemoteControl owner)
 
 MyAutopilotWaypoint (Vector3D coords, string name, MyRemoteControl owner)
 
 MyAutopilotWaypoint (IMyGps gps, MyRemoteControl owner)
 
 MyAutopilotWaypoint (MyObjectBuilder_AutopilotWaypoint builder, MyRemoteControl owner)
 
void InitActions ()
 
void SetActions (List< MyObjectBuilder_Toolbar.Slot > actionSlots)
 
MyObjectBuilder_AutopilotWaypoint GetObjectBuilder ()
 

Public Attributes

Vector3D Coords
 
string Name
 
MyToolbarItem[] Actions
 

Detailed Description

Definition at line 73 of file MyRemoteControl.cs.

Constructor & Destructor Documentation

Sandbox.Game.Entities.MyRemoteControl.MyAutopilotWaypoint.MyAutopilotWaypoint ( Vector3D  coords,
string  name,
List< MyObjectBuilder_ToolbarItem actionBuilders,
List< int >  indexes,
MyRemoteControl  owner 
)
inline

Definition at line 80 of file MyRemoteControl.cs.

Sandbox.Game.Entities.MyRemoteControl.MyAutopilotWaypoint.MyAutopilotWaypoint ( Vector3D  coords,
string  name,
MyRemoteControl  owner 
)
inline

Definition at line 112 of file MyRemoteControl.cs.

Sandbox.Game.Entities.MyRemoteControl.MyAutopilotWaypoint.MyAutopilotWaypoint ( IMyGps  gps,
MyRemoteControl  owner 
)
inline

Definition at line 117 of file MyRemoteControl.cs.

Sandbox.Game.Entities.MyRemoteControl.MyAutopilotWaypoint.MyAutopilotWaypoint ( MyObjectBuilder_AutopilotWaypoint  builder,
MyRemoteControl  owner 
)
inline

Definition at line 122 of file MyRemoteControl.cs.

Member Function Documentation

MyObjectBuilder_AutopilotWaypoint Sandbox.Game.Entities.MyRemoteControl.MyAutopilotWaypoint.GetObjectBuilder ( )
inline

Definition at line 146 of file MyRemoteControl.cs.

void Sandbox.Game.Entities.MyRemoteControl.MyAutopilotWaypoint.InitActions ( )
inline

Definition at line 127 of file MyRemoteControl.cs.

void Sandbox.Game.Entities.MyRemoteControl.MyAutopilotWaypoint.SetActions ( List< MyObjectBuilder_Toolbar.Slot actionSlots)
inline

Definition at line 132 of file MyRemoteControl.cs.

Member Data Documentation

MyToolbarItem [] Sandbox.Game.Entities.MyRemoteControl.MyAutopilotWaypoint.Actions

Definition at line 78 of file MyRemoteControl.cs.

Vector3D Sandbox.Game.Entities.MyRemoteControl.MyAutopilotWaypoint.Coords

Definition at line 75 of file MyRemoteControl.cs.

string Sandbox.Game.Entities.MyRemoteControl.MyAutopilotWaypoint.Name

Definition at line 76 of file MyRemoteControl.cs.


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