Interface IMyTextPanel
Describes LCD block (mods interface)
Inherited Members
Namespace: Sandbox.ModAPI.Ingame
Assembly: Sandbox.Common.dll
Syntax
public interface IMyTextPanel : IMyTextSurface, IMyFunctionalBlock, IMyTerminalBlock, IMyCubeBlock, IMyEntity
Methods
GetPublicTitle()
Gets popup dialog title
Declaration
string GetPublicTitle()
Returns
| Type | Description |
|---|---|
| System.String | Public title |
WritePublicTitle(String, Boolean)
Writes LCD popup dialog title If somebody opened LCD text in popup dialog, text can no longer be added.
Declaration
bool WritePublicTitle(string value, bool append = false)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | value | |
| System.Boolean | append | If true, appends, else replaces text with |
Returns
| Type | Description |
|---|---|
| System.Boolean | False is if somebody currently has opened LCD text in popup dialog, true in other cases |