Difference between revisions of "Template:IMyTerminalBlockProperties"

From Space Engineers Wiki
Jump to: navigation, search
(Created page with "===CustomName=== <syntaxhighlight lang="csharp"> string CustomName {get;} </syntaxhighlight> The name of the block as shown in the terminal list. ===CustomNameWithFaction===...")
 
(No difference)

Latest revision as of 05:55, 13 January 2015

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.