Space Engineers
Public Member Functions | Public Attributes | List of all members
Sandbox.Game.GameSystems.MyGridConveyorSystem.ConveyorEndpointMapping Class Reference

Public Member Functions

void AddTransfer (IMyConveyorEndpointBlock block, MyDefinitionId itemId, bool isPush, bool canTransfer)
 
bool TryGetTransfer (IMyConveyorEndpointBlock block, MyDefinitionId itemId, bool isPush, out bool canTransfer)
 

Public Attributes

List< IMyConveyorEndpointBlockpullElements = null
 
List< IMyConveyorEndpointBlockpushElements = null
 
Dictionary< Tuple< IMyConveyorEndpointBlock, MyDefinitionId, bool >, bool > testedTransfers = new Dictionary<Tuple<IMyConveyorEndpointBlock, MyDefinitionId, bool>, bool>()
 

Detailed Description

Definition at line 1271 of file MyGridConveyorSystem.cs.

Member Function Documentation

void Sandbox.Game.GameSystems.MyGridConveyorSystem.ConveyorEndpointMapping.AddTransfer ( IMyConveyorEndpointBlock  block,
MyDefinitionId  itemId,
bool  isPush,
bool  canTransfer 
)
inline

Definition at line 1278 of file MyGridConveyorSystem.cs.

bool Sandbox.Game.GameSystems.MyGridConveyorSystem.ConveyorEndpointMapping.TryGetTransfer ( IMyConveyorEndpointBlock  block,
MyDefinitionId  itemId,
bool  isPush,
out bool  canTransfer 
)
inline

Definition at line 1284 of file MyGridConveyorSystem.cs.

Member Data Documentation

List<IMyConveyorEndpointBlock> Sandbox.Game.GameSystems.MyGridConveyorSystem.ConveyorEndpointMapping.pullElements = null

Definition at line 1273 of file MyGridConveyorSystem.cs.

List<IMyConveyorEndpointBlock> Sandbox.Game.GameSystems.MyGridConveyorSystem.ConveyorEndpointMapping.pushElements = null

Definition at line 1274 of file MyGridConveyorSystem.cs.

Dictionary<Tuple<IMyConveyorEndpointBlock, MyDefinitionId, bool>, bool> Sandbox.Game.GameSystems.MyGridConveyorSystem.ConveyorEndpointMapping.testedTransfers = new Dictionary<Tuple<IMyConveyorEndpointBlock, MyDefinitionId, bool>, bool>()

Definition at line 1276 of file MyGridConveyorSystem.cs.


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