trigger_hurt
Jump to navigation
Jump to search
| CTriggerHurt |
trigger_hurt is a trigger entity available in all
GoldSrc games. This entity hurts anyone in its area.
Key Values
- Target (target) <targetname>
- The targetname of an entity this entity will trigger when activated.
- Name (targetname) <string>
- The targetname that other entities refer to this entity by, usually via the target, killtarget, and TriggerTarget KVs.
- Master (master) <targetname>
- Name of a master entity. If the master hasn't been activated, this entity will not activate.
- Damage (dmg) <integer>
- Delay before trigger (delay) <float>
- The time in seconds before the trigger should trigger its target (after being triggered itself).
- Damage Type (damagetype) <flags>
- 0: GENERIC
- 1: CRUSH
- 2: BULLET
- 4: SLASH
- 8: BURN
- 16: FREEZE
- 32: FALL
- 64: BLAST
- 128: CLUB
- 256: SHOCK
- 512: SONIC
- 1024: ENERGYBEAM
- 16384: DROWN
- 32768: PARALYSE
- 65536: NERVEGAS
- 131072: POISON
- 262144: RADIATION
- 524288: DROWNRECOVER
- 1048576: CHEMICAL
- 2097152: SLOWBURN
- 4194304: SLOWFREEZE
TFButtonCriteria:
|
Flags
- Target Once : [1]
- Start Off : [2]
- No clients : [8]
- FireClientOnly : [16]
- TouchClientOnly : [32]