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

Public Member Functions

float ConsumptionNeed (float deltaTime)
 
void Consume (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 IMyGasConsumer.cs.

Member Function Documentation

void Sandbox.Game.GameSystems.IMyGasConsumer.Consume ( float  amount)
float Sandbox.Game.GameSystems.IMyGasConsumer.ConsumptionNeed ( float  deltaTime)
int Sandbox.Game.GameSystems.IMyGasConsumer.GetPriority ( )

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