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

Public Member Functions

 MyOxygenRoomLinkPool (int capacity)
 
MyOxygenRoomLink get ()
 
void give (MyOxygenRoomLink item)
 

Public Attributes

MyObjectsPool< MyOxygenRoomLinkpool
 

Detailed Description

Definition at line 91 of file MyGridGasSystem.cs.

Constructor & Destructor Documentation

Sandbox.Game.GameSystems.MyOxygenRoomLinkPool.MyOxygenRoomLinkPool ( int  capacity)
inline

Definition at line 94 of file MyGridGasSystem.cs.

Member Function Documentation

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

Definition at line 98 of file MyGridGasSystem.cs.

void Sandbox.Game.GameSystems.MyOxygenRoomLinkPool.give ( MyOxygenRoomLink  item)
inline

Definition at line 104 of file MyGridGasSystem.cs.

Member Data Documentation

MyObjectsPool<MyOxygenRoomLink> Sandbox.Game.GameSystems.MyOxygenRoomLinkPool.pool

Definition at line 93 of file MyGridGasSystem.cs.


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