Class GasLeakRuleComponent
Inheritance
System.Object
GasLeakRuleComponent
Assembly: Content.Server.dll
Syntax
public sealed class GasLeakRuleComponent : Component
Fields
|
Improve this Doc
View Source
FoundTile
Declaration
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
LeakableGases
Declaration
public readonly Gas[] LeakableGases
Field Value
|
Improve this Doc
View Source
LeakCooldown
How long between more gas being added to the tile.
Declaration
public float LeakCooldown
Field Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
LeakGas
Declaration
Field Value
|
Improve this Doc
View Source
MaximumGas
Declaration
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
MaximumMolesPerSecond
Don't want to make it too fast to give people time to flee.
Declaration
public int MaximumMolesPerSecond
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
MinimumGas
Declaration
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
MinimumMolesPerSecond
Declaration
public readonly int MinimumMolesPerSecond
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
MolesPerSecond
Declaration
public float MolesPerSecond
Field Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
SparkChance
Declaration
Field Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
TargetCoords
Declaration
public EntityCoordinates TargetCoords
Field Value
Type |
Description |
Robust.Shared.Map.EntityCoordinates |
|
|
Improve this Doc
View Source
TargetGrid
Declaration
public EntityUid TargetGrid
Field Value
Type |
Description |
EntityUid |
|
|
Improve this Doc
View Source
TargetStation
Declaration
public EntityUid TargetStation
Field Value
Type |
Description |
EntityUid |
|
|
Improve this Doc
View Source
TargetTile
Declaration
public Vector2i TargetTile
Field Value
Type |
Description |
Vector2i |
|
|
Improve this Doc
View Source
TimeUntilLeak
Running cooldown of how much time until another leak.
Declaration
public float TimeUntilLeak
Field Value
Type |
Description |
System.Single |
|