Space Engineers
Public Member Functions | Public Attributes | List of all members
Sandbox.Game.GameSystems.DroneTarget Class Reference
Inheritance diagram for Sandbox.Game.GameSystems.DroneTarget:

Public Member Functions

 DroneTarget (MyEntity target)
 
 DroneTarget (MyEntity target, int priority)
 
int CompareTo (DroneTarget other)
 

Public Attributes

MyEntity Target
 
int Priority
 

Detailed Description

Definition at line 24 of file MyDroneStrafeBehaviour.cs.

Constructor & Destructor Documentation

Sandbox.Game.GameSystems.DroneTarget.DroneTarget ( MyEntity  target)
inline

Definition at line 29 of file MyDroneStrafeBehaviour.cs.

Sandbox.Game.GameSystems.DroneTarget.DroneTarget ( MyEntity  target,
int  priority 
)
inline

Definition at line 35 of file MyDroneStrafeBehaviour.cs.

Member Function Documentation

int Sandbox.Game.GameSystems.DroneTarget.CompareTo ( DroneTarget  other)
inline

Definition at line 41 of file MyDroneStrafeBehaviour.cs.

Member Data Documentation

int Sandbox.Game.GameSystems.DroneTarget.Priority

Definition at line 27 of file MyDroneStrafeBehaviour.cs.

MyEntity Sandbox.Game.GameSystems.DroneTarget.Target

Definition at line 26 of file MyDroneStrafeBehaviour.cs.


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