VRage.Game.ModAPI
IMyGridGasSystem
Assembly: VRage.Game.dll
public interface IMyGridGasSystem
ModAPI interface giving access to grid-group gas system
Properties
| Member | Description |
|---|---|
| ForcePressurize | Specifies if the grid should be able to pressurize without air vents present. |
| IsProcessingData | Returns true if the grid is currently recalculating airtightness (It's multithreaded) |
| OnProcessingDataComplete | Called when ProcessingData becomes false |
| OnProcessingDataStart | Called when ProcessingData becomes true |
Methods
| Member | Description |
|---|---|
| GetOxygenBlock(Vector3D) | Returns an oxygen block at the position if there is one |
| GetOxygenRoomForCubeGridPosition(ref Vector3I) | Returns an oxygen room at the position if there is one |
| GetRooms(List |
Gets all oxygen rooms on the grid |