Space Engineers
Public Member Functions | List of all members
Sandbox.Game.GameSystems.IMyGasProducer Interface Reference
Inheritance diagram for Sandbox.Game.GameSystems.IMyGasProducer:
Sandbox.Game.GameSystems.IMyGasBlock Sandbox.Game.GameSystems.Conveyors.IMyConveyorEndpointBlock

Public Member Functions

float ProductionCapacity (float deltaTime)
 
void Produce (float amount)
 
int GetPriority ()
 
- Public Member Functions inherited from Sandbox.Game.GameSystems.IMyGasBlock
bool IsWorking ()
 
- Public Member Functions inherited from Sandbox.Game.GameSystems.Conveyors.IMyConveyorEndpointBlock
void InitializeConveyorEndpoint ()
 
PullInformation GetPullInformation ()
 
PullInformation GetPushInformation ()
 

Additional Inherited Members

- Properties inherited from Sandbox.Game.GameSystems.Conveyors.IMyConveyorEndpointBlock
IMyConveyorEndpoint ConveyorEndpoint [get]
 

Detailed Description

Definition at line 8 of file IMyGasProducer.cs.

Member Function Documentation

int Sandbox.Game.GameSystems.IMyGasProducer.GetPriority ( )
void Sandbox.Game.GameSystems.IMyGasProducer.Produce ( float  amount)
float Sandbox.Game.GameSystems.IMyGasProducer.ProductionCapacity ( float  deltaTime)

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