Class OrTrigger
A trigger that will activate when any of its triggers have activated.
Inheritance
System.Object
OrTrigger
Implements
Namespace: Content.Server.Destructible.Thresholds.Triggers
Assembly: Content.Server.dll
Syntax
public sealed class OrTrigger : object, IThresholdTrigger
Properties
| Improve this Doc View SourceTriggers
Declaration
public List<IThresholdTrigger> Triggers { get; }
Property Value
Type | Description |
---|---|
List<IThresholdTrigger> |
Methods
| Improve this Doc View SourceReached(DamageableComponent, DestructibleSystem)
Declaration
public bool Reached(DamageableComponent damageable, DestructibleSystem system)
Parameters
Type | Name | Description |
---|---|---|
DamageableComponent | damageable | |
DestructibleSystem | system |
Returns
Type | Description |
---|---|
System.Boolean |