This article's documentation is for anything that uses the Source engine. Click here for more information.

trigger_auto_crouch

From Valve Developer Community
Jump to: navigation, search
English (en)
... Icon-Important.png
class hierarchy
CTriggerAutoCrouch defined in triggers.cpp
CBaseTrigger
CBaseToggle
CBaseEntity

trigger_auto_crouch is a brush entity available in all Source Source games since Left 4 Dead Left 4 Dead. It is also avaible in Black Mesa Black Mesa. If a player is touching this trigger's brush and is near a place where they can crouch under an obstacle this trigger will make the player crouch automatically.

Icon-Bug.pngBug:Non-functional in Counter-Strike: Global Offensive Counter-Strike: Global Offensive and Black Mesa Black Mesa.
Icon-Bug.pngBug:In Left 4 Dead series Left 4 Dead series if a player is incapacitated in this trigger while the round restarts the auto crouch behavior will remain until they touch and leave an auto crouch trigger again.
Note.pngNote:If you want a trigger to force crouching no matter what, use trigger_playermovement using the "Auto-duck while in trigger" and the "Disable auto player movement" flags.

Flags

  •  [1] : Clients (Survivors, Special Infected, Tanks Left 4 Dead series)
Note.pngNote:Any other flags are irrelevant for this trigger

See also