Trigger asw marine knockback: Difference between revisions
Jump to navigation
Jump to search
(Created page with ' {{as}}'''trigger_asw_marine_knockback''' is a brush_entity available in Alien Swarm which knocks away marines touching it. {{clr}} == Keyvalues == ; <code>Start Disable…') |
m (as brush) |
||
Line 1: | Line 1: | ||
{{as brush|trigger_asw_marine_knockback}} It knocks away marines touching it. | |||
{{as}} | |||
{{clr}} | {{clr}} | ||
Revision as of 13:40, 19 March 2011
Template:As brush It knocks away marines touching it.
Keyvalues
Start Disabled
- Should the trigger start disabled?
Filter Name
- Name of the filter defining what type of entities can activate this trigger. Mostly unecessary in Alien Swarm.
Delay Before Reset
- How long after being activated before it can be activated again.
Knockback velocity
- Velocity given to the thrown back marine.
Flags
- Marines And Aliens
- Pushables
- Physics Objects
- Only Marines
- Everything(not including physics debris)
- Physics debris
- Only NPCs in Vehicles (respects player ally flag)
- Correctly account for object mass(trigger_push used to assume 100kg) and multiple component physobjs (car, blob...)
Outputs
OnKnockback
- fired when a marine gets knockedback......
|
Inputs
|