Class DamageThresholdReached
Event raised when a DamageThreshold is reached.
Inheritance
System.Object
DamageThresholdReached
Namespace: Content.Server.Destructible
Assembly: Content.Server.dll
Syntax
public sealed class DamageThresholdReached : EntityEventArgs
Constructors
| Improve this Doc View SourceDamageThresholdReached(DestructibleComponent, DamageThreshold)
Declaration
public DamageThresholdReached(DestructibleComponent parent, DamageThreshold threshold)
Parameters
Type | Name | Description |
---|---|---|
DestructibleComponent | parent | |
DamageThreshold | threshold |
Fields
| Improve this Doc View SourceParent
Declaration
public readonly DestructibleComponent Parent
Field Value
Type | Description |
---|---|
DestructibleComponent |
Threshold
Declaration
public readonly DamageThreshold Threshold
Field Value
Type | Description |
---|---|
DamageThreshold |