Class MyConveyor
Implements
Inherited Members
Namespace: Sandbox.Game.Entities
Assembly: Sandbox.Game.dll
Syntax
[MyCubeBlockType]
public class MyConveyor : MyCubeBlock, IMyComponentOwner<MyIDModule>, IMyUpgradableBlock, IMyUpgradableBlock, IMyConveyorEndpointBlock, IMyConveyor, IMyCubeBlock, IMyEntity, IMyConveyor, IMyCubeBlock, IMyEntity
Constructors
MyConveyor()
Declaration
public MyConveyor()
Properties
ConveyorEndpoint
Declaration
public IMyConveyorEndpoint ConveyorEndpoint { get; }
Property Value
Type | Description |
---|---|
Sandbox.Game.GameSystems.Conveyors.IMyConveyorEndpoint |
Methods
AllowSelfPulling()
Declaration
public bool AllowSelfPulling()
Returns
Type | Description |
---|---|
System.Boolean |
GetPullInformation()
Declaration
public PullInformation GetPullInformation()
Returns
Type | Description |
---|---|
Sandbox.Game.GameSystems.Conveyors.PullInformation |
GetPushInformation()
Declaration
public PullInformation GetPushInformation()
Returns
Type | Description |
---|---|
Sandbox.Game.GameSystems.Conveyors.PullInformation |
Init(MyObjectBuilder_CubeBlock, MyCubeGrid)
Declaration
public override void Init(MyObjectBuilder_CubeBlock objectBuilder, MyCubeGrid cubeGrid)
Parameters
Type | Name | Description |
---|---|---|
MyObjectBuilder_CubeBlock | objectBuilder | |
MyCubeGrid | cubeGrid |
Overrides
InitializeConveyorEndpoint()
Declaration
public void InitializeConveyorEndpoint()