Space Engineers
Properties | List of all members
Sandbox.Game.GameSystems.Conveyors.PullInformation Class Reference

Properties

MyInventory Inventory [get, set]
 Inventory of the block More...
 
long OwnerID [get, set]
 Owner of the block More...
 
MyInventoryConstraint Constraint [get, set]
 Inventory constraint in case this block pulls/pushes multiple items More...
 
MyDefinitionId ItemDefinition [get, set]
 Item definition in case this block only pulls/pushes 1 specific item More...
 

Detailed Description

Definition at line 20 of file IMyConveyorEndpointBlock.cs.

Property Documentation

MyInventoryConstraint Sandbox.Game.GameSystems.Conveyors.PullInformation.Constraint
getset

Inventory constraint in case this block pulls/pushes multiple items

Definition at line 35 of file IMyConveyorEndpointBlock.cs.

MyInventory Sandbox.Game.GameSystems.Conveyors.PullInformation.Inventory
getset

Inventory of the block

Definition at line 25 of file IMyConveyorEndpointBlock.cs.

MyDefinitionId Sandbox.Game.GameSystems.Conveyors.PullInformation.ItemDefinition
getset

Item definition in case this block only pulls/pushes 1 specific item

Definition at line 40 of file IMyConveyorEndpointBlock.cs.

long Sandbox.Game.GameSystems.Conveyors.PullInformation.OwnerID
getset

Owner of the block

Definition at line 30 of file IMyConveyorEndpointBlock.cs.


The documentation for this class was generated from the following file: