Namespace Content.Server.Destructible.Thresholds.Triggers
Classes
AndTrigger
A trigger that will activate when all of its triggers have activated.
DamageGroupTrigger
A trigger that will activate when the amount of damage received of the specified class is above the specified threshold.
DamageTrigger
A trigger that will activate when the amount of damage received is above the specified threshold.
DamageTypeTrigger
A trigger that will activate when the amount of damage received of the specified type is above the specified threshold.
OrTrigger
A trigger that will activate when any of its triggers have activated.