Show / Hide Table of Contents

Class AndTrigger

A trigger that will activate when all of its triggers have activated.

Inheritance
System.Object
AndTrigger
Implements
IThresholdTrigger
Namespace: Content.Server.Destructible.Thresholds.Triggers
Assembly: Content.Server.dll
Syntax
public sealed class AndTrigger : object, IThresholdTrigger

Properties

| Improve this Doc View Source

Triggers

Declaration
public List<IThresholdTrigger> Triggers { get; set; }
Property Value
Type Description
List<IThresholdTrigger>

Methods

| Improve this Doc View Source

Reached(DamageableComponent, DestructibleSystem)

Declaration
public bool Reached(DamageableComponent damageable, DestructibleSystem system)
Parameters
Type Name Description
DamageableComponent damageable
DestructibleSystem system
Returns
Type Description
System.Boolean

Implements

IThresholdTrigger
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾