Interface IMyAssembler
Describes assembler block (PB scripting interface)
Inherited Members
Namespace: Sandbox.ModAPI
Assembly: Sandbox.Common.dll
Syntax
public interface IMyAssembler : IMyProductionBlock, IMyFunctionalBlock, IMyTerminalBlock, IMyCubeBlock, IMyEntity, IMyAssembler, IMyProductionBlock, IMyFunctionalBlock, IMyTerminalBlock, IMyCubeBlock, IMyEntity
Events
CurrentModeChanged
Called when the build mode changes.
Declaration
event Action<IMyAssembler> CurrentModeChanged
Event Type
Type | Description |
---|---|
System.Action<IMyAssembler> |
CurrentProgressChanged
Called when the current item build progress changes.
Declaration
event Action<IMyAssembler> CurrentProgressChanged
Event Type
Type | Description |
---|---|
System.Action<IMyAssembler> |
CurrentStateChanged
Called when the state of the assembler changes.
Declaration
event Action<IMyAssembler> CurrentStateChanged
Event Type
Type | Description |
---|---|
System.Action<IMyAssembler> |