Template:IMyTerminalBlockProperties

From Space Engineers Wiki
Revision as of 05:55, 13 January 2015 by Textor (talk | contribs) (Created page with "===CustomName=== <syntaxhighlight lang="csharp"> string CustomName {get;} </syntaxhighlight> The name of the block as shown in the terminal list. ===CustomNameWithFaction===...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

CustomName

string CustomName {get;}

The name of the block as shown in the terminal list.

CustomNameWithFaction

string CustomNameWithFaction {get;}

DetailedInfo

string DetailedInfo {get;}

ShowOnHUD

Bool ShowOnHUD {get;}

Returns whether or not ShowOnHUD is active.