IMyFunctionalBlock
From Space Engineers Wiki
Revision as of 22:28, 18 October 2020 by 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...")
Summary
Blocks that can be toggled.
Inherits IMyTerminalBlock, IMyCubeBlock, IMyEntity
Properties
Controls whether the block is on or off.
bool Enabled { get; set; }