Trigger softbarrier: Difference between revisions
Jump to navigation
Jump to search
m (Updated old entity format to {{this is a}}. This action was perfomed by a bot under supervision.) |
m (Changed parameters of {{this is a}} to comply with the updated version. This action was performed by a bot.) |
||
Line 1: | Line 1: | ||
{{this is a| | {{this is a|brush entity|game=Counter-Strike: Global Offensive|name=trigger_softbarrier}} | ||
==Entity description== | ==Entity description== |
Revision as of 18:57, 17 May 2024
trigger_softbarrier
is a brush entity available in Counter-Strike: Global Offensive.
Entity description
It is a trigger volume that softly slows player velocity in a given direction. This entity was first added in the map de_canals to alert the player that they are reaching a clipped-off area. Unlike trigger_push, you cannot indicate the strength of the 'pusheffect'. You can, however, filter it.
Keyvalues
- Push Direction (Pitch Yaw Roll) ([todo internal name (i)]) <angle>
- Angles indicating the direction to slow player velocity.
|
- Name (targetname) <string>[ Edit ]
- The name that other entities refer to this entity by, via Inputs/Outputs or other keyvalues (e.g.
parentname
ortarget
).
Also displayed in Hammer's 2D views and Entity Report.See also: Generic Keyvalues, Inputs and Outputs available to all entities
Flags
- 128 : Once Only (possibly means set velocity rather than apply acceleration)
- 256 : Affects Ladders (Half-Life 2)
|
Inputs
- SetPushDirection <vector >
- Sets the angles indicating the direction to slow player velocity.
|
Outputs
|