Sandbox.ModAPI.Ingame.IMyAssembler

From Space Engineers Wiki
Revision as of 04:03, 12 January 2015 by Textor (talk | contribs) (GetActions)
Jump to: navigation, search

Sandbox.ModAPI.Ingame.IMyAssembler

This interface is used to work with Assembler blocks.

Namespace

Sandbox.ModAPI.Ingame

Assembly

Sandbox.Common (Sandbox.Common.dll)

Syntax

public interface IMyAssembler : IMyProductionBlock, IMyFunctionalBlock, IMyTerminalBlock, IMyCubeBlock, IMyEntity

Methods

GetActions

void GetActions(List<ITerminalAction> resultList, Func<ITerminalAction, bool> collect = null)

This returns an ITerminalAction list containing a list of all valid actions for the block.

GetActionWithName

GetOwnerFactionTag

GetPlayerRelationToOwner

GetUserRelationToOwner

HasLocalPlayerAccess

HasPlayerAccess

MoveQueueItemRequest

RemoveQueueItemRequest

RequestEnable

RequestShowOnHUD

SearchActionsOfName

SetCustomName

UpdateIsWorking

UpdateVisual

Properties

BlockDefinition

CheckConnectionAllowed

CubeGrid

CustomName

CustomNameWithFaction

DefinitionDisplayNameText

DetailedInfo

DisassembleRatio

DisplayNameText

Enabled

IsBeingHacked

IsFunctional

IsProducing

IsQueueEmpty

IsWorking

Max

Min

NextItemId

NumberInGrid

Orientation

OwnerId

Position

ShowOnHUD

UseConveyorSystem

Cateogry:Sandbox.ModAPI.Ingame