Show / Hide Table of Contents

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 Source

DamageThresholdReached(DestructibleComponent, DamageThreshold)

Declaration
public DamageThresholdReached(DestructibleComponent parent, DamageThreshold threshold)
Parameters
Type Name Description
DestructibleComponent parent
DamageThreshold threshold

Fields

| Improve this Doc View Source

Parent

Declaration
public readonly DestructibleComponent Parent
Field Value
Type Description
DestructibleComponent
| Improve this Doc View Source

Threshold

Declaration
public readonly DamageThreshold Threshold
Field Value
Type Description
DamageThreshold
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾