Trigger softbarrier: Difference between revisions
Jump to navigation
Jump to search
JorisCeoen (talk | contribs) No edit summary |
m (Added SetPushDirection(vector) input) |
||
Line 15: | Line 15: | ||
==Inputs== | ==Inputs== | ||
{{IO|SetPushDirection|Sets the angles indicating the direction to slow player velocity.|param=vector}} | |||
{{I Trigger}} | {{I Trigger}} | ||
==Outputs== | ==Outputs== | ||
{{O Trigger}} | {{O Trigger}} |
Revision as of 07:57, 18 March 2017
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
|