Difference between revisions of "IMyFunctionalBlock"
From Space Engineers Wiki
Vox Serico (talk | contribs) m (minor formatting) |
Vox Serico (talk | contribs) m (added derived types) |
||
Line 8: | Line 8: | ||
Controls whether the block is on or off. | Controls whether the block is on or off. | ||
bool Enabled { get; set; } | bool Enabled { get; set; } | ||
+ | |||
+ | {{Derived Types}} | ||
[[Category:Programming]][[Category:Interface]] | [[Category:Programming]][[Category:Interface]] |
Latest revision as of 23:19, 18 October 2020
Contents
Summary
Blocks that can be toggled.
Inherits IMyTerminalBlock, IMyCubeBlock, IMyEntity
Properties
Enabled
Controls whether the block is on or off.
bool Enabled { get; set; }