trigger_gargantua_shake

From Valve Developer Community
Revision as of 06:49, 27 May 2025 by MyGamepedia (talk | contribs)
Jump to navigation Jump to search
C++ Class hierarchy
CTriggerGargantuaShake
CBaseTrigger
CBaseToggle
CBaseEntity

trigger_gargantua_shake is a brush entity available in Black Mesa Black Mesa. It's a trigger volume that creates shakes from gargantua and randomly push away player in its volume. Works with info_node_hint, if Hint Activity uses st_shake_tower value (used in bm_c2a5i), or if Push input fires.

Icon-Bug.pngBug:Pushing doesn't work with physics objects or NPCs.
Note.pngNote:Camera shake will work even if this entity is disabled.

Inputs

SetgarGantua <stringRedirectInput/string> !FGD
Sets gargantua to make this trigger working. Seems broken because you don't need to have any gargantua for this trigger to work.
Push <floatRedirectInput/float> !FGD
Pushes player and shake camera for a specified amount of seconds.
Note.pngNote:This input doesn't work until SetgarGantua input fired.