Difference between revisions of "IMyFunctionalBlock"
From Space Engineers Wiki
Vox Serico (talk | contribs) (Created page with "==Summary== Blocks that can be toggled. Inherits Inherits::IMyTerminalBlock, Inherits::IMyCubeBlock, Inherits::IMyEntity ===Properties=== Controls whether the bl...") |
Vox Serico (talk | contribs) m (added derived types) |
||
(One intermediate revision by the same user not shown) | |||
Line 4: | Line 4: | ||
Inherits [[Inherits::IMyTerminalBlock]], [[Inherits::IMyCubeBlock]], [[Inherits::IMyEntity]] | Inherits [[Inherits::IMyTerminalBlock]], [[Inherits::IMyCubeBlock]], [[Inherits::IMyEntity]] | ||
− | === | + | ==Properties== |
+ | ===Enabled=== | ||
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; }