Difference between revisions of "Sandbox.ModAPI.Ingame.IMyAssembler"

From Space Engineers Wiki
Jump to: navigation, search
(Created page with "=Sandbox.ModAPI.Ingame.IMyAssembler= This interface is used to work with Assembler blocks. ==Namespace== Sandbox.ModAPI.Ingame ==Assembly== Sandbox.Common (Sandbox...")
 
(Redirecting to new namespace.)
 
(44 intermediate revisions by the same user not shown)
Line 1: Line 1:
=Sandbox.ModAPI.Ingame.IMyAssembler=
+
#REDIRECT [[API:Sandbox.ModAPI.Ingame.IMyAssembler]]
This interface is used to work with [[Assembler]] blocks.
 
==Namespace==
 
[[Sandbox.ModAPI.Ingame]]
 
==Assembly==
 
[[Sandbox.Common]] (Sandbox.Common.dll)
 
==Syntax==
 
<syntaxhighlight lang="csharp">
 
public interface IMyAssembler : IMyProductionBlock, IMyFunctionalBlock, IMyTerminalBlock, IMyCubeBlock, IMyEntity
 
</syntaxhighlight>
 
==Methods==
 
===GetActions===
 
===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]]
 

Latest revision as of 06:44, 13 January 2015