Interface IMyFunctionalBlock
Describes functional block (block with Enabled/Disabled toggle) (PB scripting interface)
Inherited Members
Namespace: Sandbox.ModAPI.Ingame
Assembly: Sandbox.Common.dll
Syntax
public interface IMyFunctionalBlock : IMyTerminalBlock, IMyCubeBlock, IMyEntityProperties
Enabled
Represents terminal gui toggle. Gets or sets if block is Enabled
Declaration
bool Enabled { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
Methods
RequestEnable(Boolean)
Obsolete
Declaration
void RequestEnable(bool enable)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Boolean | enable |