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 (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===
+
==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

Summary

Blocks that can be toggled.

Inherits IMyTerminalBlock, IMyCubeBlock, IMyEntity

Properties

Enabled

Controls whether the block is on or off.

bool Enabled { get; set; }

Derived Types

Inherited by Implemented by