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

Public Member Functions

 MyOxygenRoom (int index)
 
float OxygenLevel (float gridSize)
 
double MissingOxygen (float gridSize)
 
double MaxOxygen (float gridSize)
 

Public Attributes

int Index
 
bool IsPressurized
 
float EnvironmentOxygen
 
double OxygenAmount
 
int blockCount
 
int DepressurizationTime
 
MyOxygenRoomLink Link
 
Color Color
 

Detailed Description

Definition at line 30 of file MyGridGasSystem.cs.

Constructor & Destructor Documentation

Sandbox.Game.GameSystems.MyOxygenRoom.MyOxygenRoom ( int  index)
inline

Definition at line 43 of file MyGridGasSystem.cs.

Member Function Documentation

double Sandbox.Game.GameSystems.MyOxygenRoom.MaxOxygen ( float  gridSize)
inline

Definition at line 65 of file MyGridGasSystem.cs.

double Sandbox.Game.GameSystems.MyOxygenRoom.MissingOxygen ( float  gridSize)
inline

Definition at line 60 of file MyGridGasSystem.cs.

float Sandbox.Game.GameSystems.MyOxygenRoom.OxygenLevel ( float  gridSize)
inline

Definition at line 55 of file MyGridGasSystem.cs.

Member Data Documentation

int Sandbox.Game.GameSystems.MyOxygenRoom.blockCount

Definition at line 37 of file MyGridGasSystem.cs.

Color Sandbox.Game.GameSystems.MyOxygenRoom.Color

Definition at line 41 of file MyGridGasSystem.cs.

int Sandbox.Game.GameSystems.MyOxygenRoom.DepressurizationTime

Definition at line 38 of file MyGridGasSystem.cs.

float Sandbox.Game.GameSystems.MyOxygenRoom.EnvironmentOxygen

Definition at line 35 of file MyGridGasSystem.cs.

int Sandbox.Game.GameSystems.MyOxygenRoom.Index

Definition at line 32 of file MyGridGasSystem.cs.

bool Sandbox.Game.GameSystems.MyOxygenRoom.IsPressurized

Definition at line 34 of file MyGridGasSystem.cs.

MyOxygenRoomLink Sandbox.Game.GameSystems.MyOxygenRoom.Link

Definition at line 39 of file MyGridGasSystem.cs.

double Sandbox.Game.GameSystems.MyOxygenRoom.OxygenAmount

Definition at line 36 of file MyGridGasSystem.cs.


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