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

Public Member Functions

void Show ()
 
void Hide ()
 
void AdvanceObjective ()
 

Properties

bool Visible [get]
 
string Title [get, set]
 
string CurrentObjective [get]
 
List< string > Objectives [get, set]
 

Detailed Description

Definition at line 5 of file IMyHudObjectiveLine.cs.

Member Function Documentation

void VRage.Game.ModAPI.IMyHudObjectiveLine.AdvanceObjective ( )
void VRage.Game.ModAPI.IMyHudObjectiveLine.Hide ( )
void VRage.Game.ModAPI.IMyHudObjectiveLine.Show ( )

Property Documentation

string VRage.Game.ModAPI.IMyHudObjectiveLine.CurrentObjective
get

Definition at line 11 of file IMyHudObjectiveLine.cs.

List<string> VRage.Game.ModAPI.IMyHudObjectiveLine.Objectives
getset

Definition at line 19 of file IMyHudObjectiveLine.cs.

string VRage.Game.ModAPI.IMyHudObjectiveLine.Title
getset

Definition at line 9 of file IMyHudObjectiveLine.cs.

bool VRage.Game.ModAPI.IMyHudObjectiveLine.Visible
get

Definition at line 7 of file IMyHudObjectiveLine.cs.


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