Space Engineers
Properties | List of all members
Sandbox.ModAPI.MyGuiModHelpers Class Reference
Inheritance diagram for Sandbox.ModAPI.MyGuiModHelpers:
VRage.Game.ModAPI.IMyGui

Properties

Action< object > GuiControlCreated
 
Action< object > GuiControlRemoved
 
string ActiveGamePlayScreen [get]
 
IMyEntity InteractedEntity [get]
 
MyTerminalPageEnum GetCurrentScreen [get]
 
bool ChatEntryVisible [get]
 
- Properties inherited from VRage.Game.ModAPI.IMyGui
string ActiveGamePlayScreen [get]
 Gets the name of the currently open GUI screen. More...
 
IMyEntity InteractedEntity [get]
 Gets the entity the player is currently interacting with. More...
 
MyTerminalPageEnum GetCurrentScreen [get]
 Gets an enum describing the currently open GUI screen. More...
 
bool ChatEntryVisible [get]
 Checks if the chat entry box is visible. More...
 

Additional Inherited Members

- Events inherited from VRage.Game.ModAPI.IMyGui
Action< object > GuiControlCreated
 Event triggered on gui control created. More...
 
Action< object > GuiControlRemoved
 Event triggered on gui control removed. More...
 

Detailed Description

Definition at line 9 of file MyGuiModHelpers.cs.

Property Documentation

string Sandbox.ModAPI.MyGuiModHelpers.ActiveGamePlayScreen
get

Definition at line 24 of file MyGuiModHelpers.cs.

bool Sandbox.ModAPI.MyGuiModHelpers.ChatEntryVisible
get

Definition at line 39 of file MyGuiModHelpers.cs.

MyTerminalPageEnum Sandbox.ModAPI.MyGuiModHelpers.GetCurrentScreen
get

Definition at line 34 of file MyGuiModHelpers.cs.

Action<object> Sandbox.ModAPI.MyGuiModHelpers.GuiControlCreated
addremove

Definition at line 12 of file MyGuiModHelpers.cs.

Action<object> Sandbox.ModAPI.MyGuiModHelpers.GuiControlRemoved
addremove

Definition at line 18 of file MyGuiModHelpers.cs.

IMyEntity Sandbox.ModAPI.MyGuiModHelpers.InteractedEntity
get

Definition at line 29 of file MyGuiModHelpers.cs.


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