Class MyObjectBuilder_FunctionalBlock
Inheritance
System.Object
MyObjectBuilder_FunctionalBlock
Inherited Members
Namespace: VRage.Game
Assembly: VRage.Game.dll
Syntax
[MyObjectBuilderDefinition]
public class MyObjectBuilder_FunctionalBlock : MyObjectBuilder_TerminalBlock
Constructors
MyObjectBuilder_FunctionalBlock()
Declaration
public MyObjectBuilder_FunctionalBlock()
Fields
Enabled
Declaration
public bool Enabled
Field Value
Type | Description |
---|---|
System.Boolean |
TextPanelsNew
Declaration
[Serialize]
public List<MySerializedTextPanelData> TextPanelsNew
Field Value
Type | Description |
---|---|
System.Collections.Generic.List<MySerializedTextPanelData> |
Methods
GetTextPanelsData()
Used to get correct TextPanel stored data. v199- using TextPanels
and v200+ using TextPanelsNew
.
LCD data should be saved into TextPanelsNew
, but readed from TextPanels if it is not null.
Declaration
public virtual List<MySerializedTextPanelData> GetTextPanelsData()
Returns
Type | Description |
---|---|
System.Collections.Generic.List<MySerializedTextPanelData> |