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

Trigger auto crouch: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
(concise page, kept only relevant stuff)
Line 2: Line 2:
{{this is a|e2|name=trigger_auto_crouch|since=Left 4 Dead}} It is also avaible in {{bms|4}}. 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.
{{this is a|e2|name=trigger_auto_crouch|since=Left 4 Dead}} It is also avaible in {{bms|4}}. 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.
{{bug|Non-functional in {{csgo|4}} and {{bms|4}}.}}
{{bug|Non-functional in {{csgo|4}} and {{bms|4}}.}}
{{bug|In {{l4ds|4}} 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|If you want a trigger to force crouching no matter what, use {{ent|trigger_playermovement}} using the "Auto-duck while in trigger" and the "Disable auto player movement" flags.}}
{{note|If you want a trigger to force crouching no matter what, use {{ent|trigger_playermovement}} using the "Auto-duck while in trigger" and the "Disable auto player movement" flags.}}
{{bug|In {{l4ds|4}} 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.}}
== Keyvalues ==
{{KV Targetname}}


== Flags ==
== Flags ==
{{Fl Trigger}}
{{Fl|1|Clients {{in|{{l4ds}}|text=Survivors, Special Infected, Tanks}}
 
:{{note|Any other flags are irrelevant for this trigger}}}}
==Inputs==
{{I Targetname}}
{{I Trigger}}
 
==Outputs==
{{O Trigger}}


== See also ==
== See also ==
* [[trigger_playermovement]]
* {{ent|trigger_playermovement}}
* [[point_playermoveconstraint]]
* {{ent|point_playermoveconstraint}}

Revision as of 06:14, 14 May 2024

English (en)Translate (Translate)
C++ Class hierarchy
CTriggerAutoCrouch
CBaseTrigger
CBaseToggle
CBaseEntity
C++ triggers.cpp

trigger_auto_crouch is an e2 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.  [todo tested in ?]
Icon-Bug.pngBug:In Left 4 Dead seriesLeft 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.  [todo tested in ?]
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

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

See also