Trigger hurt ghost: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
(kinda duplicate)
 
Line 1: Line 1:
{{LanguageBar}}
{{LanguageBar}}
{{CD|CTriggerHurtGhost}}
{{CD|CTriggerHurtGhost}}
{{This is a|brush entity|name=trigger_hurt_ghost|series=Left 4 Dead|sprite=Toolstrigger.gif}} It is a [[triggers|trigger]] volume that damages [[entity|entities]] that touch it. It behaves exactly as {{ent|trigger_hurt}} in addition to being able to hurt ghosts.
{{This is a|brush entity|name=trigger_hurt_ghost|series=Left 4 Dead|sprite=Toolstrigger.gif}} It is a [[triggers|trigger]] volume that damages [[entity|entities]] that touch it. It behaves exactly as {{ent|trigger_hurt}} with primary purpose being ability to kill ghost infected.


See [[damage types]] for a list on how different damage types will affect the {{ent|player}}.
{{Important|To kill infected ghosts, Damage Type 32 (DMG_FALL) '''must''' be chosen}}
{{Important|To hurt infected ghosts, Damage Type 32 (DMG_FALL) must be chosen}}


{{Note|Any other info that applies to <code>trigger_hurt</code> also applies here}}
{{OtherKIO|trigger_hurt|All}}


==See also==
{{Note|Any other info that applies to {{ent|trigger_hurt}} also applies here}}
 
== See also ==
* {{ent|trigger_hurt}}
* {{ent|trigger_hurt}}


{{sensor_brush}}
{{sensor_brush}}

Latest revision as of 18:19, 30 April 2025

English (en)Translate (Translate)
C++ Class hierarchy
CTriggerHurtGhost
CTriggerHurt
CBaseTrigger
CBaseToggle
CBaseEntity
Toolstrigger.gif

trigger_hurt_ghost is a brush entity available in Left 4 Dead seriesLeft 4 Dead series Left 4 Dead series. It is a trigger volume that damages entities that touch it. It behaves exactly as trigger_hurt with primary purpose being ability to kill ghost infected.

Icon-Important.pngImportant:To kill infected ghosts, Damage Type 32 (DMG_FALL) must be chosen


Note.pngNote:Any other info that applies to trigger_hurt also applies here

See also