Struct ExplosionSystem.TileData
Data struct that describes the explosion-blocking airtight entities on a tile.
Assembly: Content.Server.dll
Syntax
Constructors
|
Improve this Doc
View Source
TileData(Single[], AtmosDirection)
Declaration
public TileData(float[] explosionTolerance, AtmosDirection blockedDirections)
Parameters
Type |
Name |
Description |
System.Single[] |
explosionTolerance |
|
AtmosDirection |
blockedDirections |
|
Fields
|
Improve this Doc
View Source
BlockedDirections
Declaration
public AtmosDirection BlockedDirections
Field Value
|
Improve this Doc
View Source
ExplosionTolerance
Declaration
public float[] ExplosionTolerance
Field Value
Type |
Description |
System.Single[] |
|