Space Engineers
Public Member Functions | Protected Member Functions | Properties | List of all members
Sandbox.Game.AI.MyAutopilotBase Class Referenceabstract
Inheritance diagram for Sandbox.Game.AI.MyAutopilotBase:
Sandbox.Game.AI.MySimpleAutopilot

Public Member Functions

 MyAutopilotBase ()
 
abstract MyObjectBuilder_AutopilotBase GetObjectBuilder ()
 
abstract void Init (MyObjectBuilder_AutopilotBase objectBuilder)
 
void AttachedToShipController (MyShipController newShipController)
 
void RemovedFromCockpit ()
 
abstract void Update ()
 
virtual void DebugDraw ()
 

Protected Member Functions

abstract void OnShipControllerChanged ()
 

Properties

MyShipController ShipController [get]
 
virtual bool RemoveOnPlayerControl [get]
 

Detailed Description

Definition at line 10 of file MyAutopilotBase.cs.

Constructor & Destructor Documentation

Sandbox.Game.AI.MyAutopilotBase.MyAutopilotBase ( )
inline

Definition at line 23 of file MyAutopilotBase.cs.

Member Function Documentation

void Sandbox.Game.AI.MyAutopilotBase.AttachedToShipController ( MyShipController  newShipController)
inline

Definition at line 31 of file MyAutopilotBase.cs.

virtual void Sandbox.Game.AI.MyAutopilotBase.DebugDraw ( )
inlinevirtual

Reimplemented in Sandbox.Game.AI.MySimpleAutopilot.

Definition at line 45 of file MyAutopilotBase.cs.

abstract MyObjectBuilder_AutopilotBase Sandbox.Game.AI.MyAutopilotBase.GetObjectBuilder ( )
pure virtual
abstract void Sandbox.Game.AI.MyAutopilotBase.Init ( MyObjectBuilder_AutopilotBase  objectBuilder)
pure virtual
abstract void Sandbox.Game.AI.MyAutopilotBase.OnShipControllerChanged ( )
protectedpure virtual
void Sandbox.Game.AI.MyAutopilotBase.RemovedFromCockpit ( )
inline

Definition at line 37 of file MyAutopilotBase.cs.

abstract void Sandbox.Game.AI.MyAutopilotBase.Update ( )
pure virtual

Property Documentation

virtual bool Sandbox.Game.AI.MyAutopilotBase.RemoveOnPlayerControl
get

Definition at line 16 of file MyAutopilotBase.cs.

MyShipController Sandbox.Game.AI.MyAutopilotBase.ShipController
getprotected

Definition at line 12 of file MyAutopilotBase.cs.


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