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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Summary

Blocks that can be toggled.

Inherits IMyTerminalBlock, IMyCubeBlock, IMyEntity

Properties

Controls whether the block is on or off.

bool Enabled { get; set; }