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

Used as a pointer so that we can change rooms fast without iterating through all of the blocks More...

Public Member Functions

 MyOxygenRoomLink (MyOxygenRoom room)
 
void SetRoom (MyOxygenRoom room)
 
 MyOxygenRoomLink ()
 

Public Attributes

MyOxygenRoom Room
 

Detailed Description

Used as a pointer so that we can change rooms fast without iterating through all of the blocks

Definition at line 74 of file MyGridGasSystem.cs.

Constructor & Destructor Documentation

Sandbox.Game.GameSystems.MyOxygenRoomLink.MyOxygenRoomLink ( MyOxygenRoom  room)
inline

Definition at line 77 of file MyGridGasSystem.cs.

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

Definition at line 86 of file MyGridGasSystem.cs.

Member Function Documentation

void Sandbox.Game.GameSystems.MyOxygenRoomLink.SetRoom ( MyOxygenRoom  room)
inline

Definition at line 81 of file MyGridGasSystem.cs.

Member Data Documentation

MyOxygenRoom Sandbox.Game.GameSystems.MyOxygenRoomLink.Room

Definition at line 76 of file MyGridGasSystem.cs.


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