Space Engineers
Public Member Functions | Public Attributes | Properties | List of all members
Sandbox.Game.GameSystems.MyOxygenBlock Struct Reference

Public Member Functions

 MyOxygenBlock (MyOxygenRoomLink roomPointer)
 
void SetDefaults (MyOxygenRoomLink roomPointer)
 
void Reset ()
 
float OxygenLevel (float gridSize)
 
override string ToString ()
 

Public Attributes

MyOxygenRoomLink RoomLink
 
float PreviousOxygenAmount
 
int OxygenChangeTime
 

Properties

MyOxygenRoom Room [get]
 

Detailed Description

Definition at line 131 of file MyGridGasSystem.cs.

Constructor & Destructor Documentation

Sandbox.Game.GameSystems.MyOxygenBlock.MyOxygenBlock ( MyOxygenRoomLink  roomPointer)
inline

Definition at line 146 of file MyGridGasSystem.cs.

Member Function Documentation

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

Definition at line 186 of file MyGridGasSystem.cs.

void Sandbox.Game.GameSystems.MyOxygenBlock.Reset ( )
inline

Definition at line 177 of file MyGridGasSystem.cs.

void Sandbox.Game.GameSystems.MyOxygenBlock.SetDefaults ( MyOxygenRoomLink  roomPointer)
inline

Definition at line 152 of file MyGridGasSystem.cs.

override string Sandbox.Game.GameSystems.MyOxygenBlock.ToString ( )
inline

Definition at line 191 of file MyGridGasSystem.cs.

Member Data Documentation

int Sandbox.Game.GameSystems.MyOxygenBlock.OxygenChangeTime

Definition at line 143 of file MyGridGasSystem.cs.

float Sandbox.Game.GameSystems.MyOxygenBlock.PreviousOxygenAmount

Definition at line 142 of file MyGridGasSystem.cs.

MyOxygenRoomLink Sandbox.Game.GameSystems.MyOxygenBlock.RoomLink

Definition at line 133 of file MyGridGasSystem.cs.

Property Documentation

MyOxygenRoom Sandbox.Game.GameSystems.MyOxygenBlock.Room
get

Definition at line 135 of file MyGridGasSystem.cs.


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