Class ClusterGrenadeComponent
Inheritance
System.Object
ClusterGrenadeComponent
Namespace: Content.Server.Explosion.Components
Assembly: Content.Server.dll
Syntax
public sealed class ClusterGrenadeComponent : Component
Fields
| Improve this Doc View SourceCountDown
This is the end.
Declaration
public bool CountDown
Field Value
Type | Description |
---|---|
System.Boolean |
Delay
How long until our grenades are shot out and armed.
Declaration
public float Delay
Field Value
Type | Description |
---|---|
System.Single |
FillPrototype
What we fill our prototype with if we want to pre-spawn with grenades.
Declaration
public string? FillPrototype
Field Value
Type | Description |
---|---|
System.Nullable<System.String> |
GrenadesContainer
Declaration
public Container GrenadesContainer
Field Value
Type | Description |
---|---|
Robust.Shared.Containers.Container |
MaxGrenades
Maximum grenades in the container.
Declaration
public int MaxGrenades
Field Value
Type | Description |
---|---|
System.Int32 |
ThrowDistance
Max distance grenades can be thrown.
Declaration
public float ThrowDistance
Field Value
Type | Description |
---|---|
System.Single |
UnspawnedCount
If we have a pre-fill how many more can we spawn.
Declaration
public int UnspawnedCount
Field Value
Type | Description |
---|---|
System.Int32 |