Space Engineers
Public Member Functions | Properties | List of all members
Sandbox.Game.Gui.MyHudObjectiveLine Class Reference
Inheritance diagram for Sandbox.Game.Gui.MyHudObjectiveLine:
VRage.Game.ModAPI.IMyHudObjectiveLine

Public Member Functions

 MyHudObjectiveLine ()
 
void Show ()
 
void Hide ()
 
void AdvanceObjective ()
 
void ResetObjectives ()
 Sets first objective as active More...
 
void Clear ()
 

Properties

bool Visible [get]
 
string Title [get, set]
 
string CurrentObjective [get]
 
List< string > Objectives [get, set]
 
- Properties inherited from VRage.Game.ModAPI.IMyHudObjectiveLine
bool Visible [get]
 
string Title [get, set]
 
string CurrentObjective [get]
 
List< string > Objectives [get, set]
 

Detailed Description

Definition at line 18 of file MyHudObjectiveLine.cs.

Constructor & Destructor Documentation

Sandbox.Game.Gui.MyHudObjectiveLine.MyHudObjectiveLine ( )
inline

Definition at line 37 of file MyHudObjectiveLine.cs.

Member Function Documentation

void Sandbox.Game.Gui.MyHudObjectiveLine.AdvanceObjective ( )
inline

Implements VRage.Game.ModAPI.IMyHudObjectiveLine.

Definition at line 52 of file MyHudObjectiveLine.cs.

void Sandbox.Game.Gui.MyHudObjectiveLine.Clear ( )
inline

Definition at line 81 of file MyHudObjectiveLine.cs.

void Sandbox.Game.Gui.MyHudObjectiveLine.Hide ( )
inline

Implements VRage.Game.ModAPI.IMyHudObjectiveLine.

Definition at line 47 of file MyHudObjectiveLine.cs.

void Sandbox.Game.Gui.MyHudObjectiveLine.ResetObjectives ( )
inline

Sets first objective as active

Definition at line 63 of file MyHudObjectiveLine.cs.

void Sandbox.Game.Gui.MyHudObjectiveLine.Show ( )
inline

Implements VRage.Game.ModAPI.IMyHudObjectiveLine.

Definition at line 42 of file MyHudObjectiveLine.cs.

Property Documentation

string Sandbox.Game.Gui.MyHudObjectiveLine.CurrentObjective
get

Definition at line 33 of file MyHudObjectiveLine.cs.

List<string> Sandbox.Game.Gui.MyHudObjectiveLine.Objectives
getset

Definition at line 69 of file MyHudObjectiveLine.cs.

string Sandbox.Game.Gui.MyHudObjectiveLine.Title
getset

Definition at line 27 of file MyHudObjectiveLine.cs.

bool Sandbox.Game.Gui.MyHudObjectiveLine.Visible
get

Definition at line 24 of file MyHudObjectiveLine.cs.


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