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

Properties

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...
 

Events

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 22 of file IMyGui.cs.

Property Documentation

string VRage.Game.ModAPI.IMyGui.ActiveGamePlayScreen
get

Gets the name of the currently open GUI screen.

Definition at line 37 of file IMyGui.cs.

bool VRage.Game.ModAPI.IMyGui.ChatEntryVisible
get

Checks if the chat entry box is visible.

Definition at line 52 of file IMyGui.cs.

MyTerminalPageEnum VRage.Game.ModAPI.IMyGui.GetCurrentScreen
get

Gets an enum describing the currently open GUI screen.

Definition at line 47 of file IMyGui.cs.

IMyEntity VRage.Game.ModAPI.IMyGui.InteractedEntity
get

Gets the entity the player is currently interacting with.

Definition at line 42 of file IMyGui.cs.

Event Documentation

Action<object> VRage.Game.ModAPI.IMyGui.GuiControlCreated

Event triggered on gui control created.

Definition at line 27 of file IMyGui.cs.

Action<object> VRage.Game.ModAPI.IMyGui.GuiControlRemoved

Event triggered on gui control removed.

Definition at line 32 of file IMyGui.cs.


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