API ReferenceSandbox
public sealed class Sandbox.TriggerHurt : Sandbox.Component
Deals damage to objects inside
Constructors
Showing 1 constructors
public TriggerHurt()
No results match this filter.
Properties
Showing 5 properties
public float Sandbox.TriggerHurt.Damage { get; set; }
How much damage to apply
public Sandbox.TagSet Sandbox.TriggerHurt.DamageTags { get; set; }
These tags will be applied to the emitted `Sandbox.DamageInfo`
public Sandbox.TagSet Sandbox.TriggerHurt.Exclude { get; set; }
If not empty, the target must not have one of these tags
public Sandbox.TagSet Sandbox.TriggerHurt.Include { get; set; }
If not empty, the target must have one of these tags
public float Sandbox.TriggerHurt.Rate { get; set; }
The delay between applying the damage
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | Sandbox |
| Type | class |
| Assembly | Sandbox.Engine |
| Doc ID | T:Sandbox.TriggerHurt |