Class DamageTypeTrigger
A trigger that will activate when the amount of damage received
of the specified type is above the specified threshold.
Inheritance
System.Object
DamageTypeTrigger
Assembly: Content.Server.dll
Syntax
public sealed class DamageTypeTrigger : object, IThresholdTrigger
Properties
|
Improve this Doc
View Source
Damage
Declaration
public int Damage { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
DamageType
Declaration
public string DamageType { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
|
Improve this Doc
View Source
Reached(DamageableComponent, DestructibleSystem)
Declaration
public bool Reached(DamageableComponent damageable, DestructibleSystem system)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Implements