Difference between revisions of "IMyFunctionalBlock"

From Space Engineers Wiki
Jump to: navigation, search
(Created page with "==Summary== Blocks that can be toggled. Inherits Inherits::IMyTerminalBlock, Inherits::IMyCubeBlock, Inherits::IMyEntity ===Properties=== Controls whether the bl...")
 
m (minor formatting)
Line 4: Line 4:
 
Inherits [[Inherits::IMyTerminalBlock]], [[Inherits::IMyCubeBlock]], [[Inherits::IMyEntity]]
 
Inherits [[Inherits::IMyTerminalBlock]], [[Inherits::IMyCubeBlock]], [[Inherits::IMyEntity]]
  
===Properties===
+
==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; }
  
 
[[Category:Programming]][[Category:Interface]]
 
[[Category:Programming]][[Category:Interface]]

Revision as of 22:30, 18 October 2020

Summary

Blocks that can be toggled.

Inherits IMyTerminalBlock, IMyCubeBlock, IMyEntity

Properties

Enabled

Controls whether the block is on or off.

bool Enabled { get; set; }