Difference between revisions of "IMyFunctionalBlock"

From Space Engineers Wiki
Jump to: navigation, search
m (minor formatting)
m (added derived types)
 
Line 8: Line 8:
 
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