Asw trigger fall: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Created page with '{{as}}'''asw_trigger_fall''' is a brush_entity available in Alien Swarm that kills any NPC's touching this trigger {{clr}} == Recommendations == * Select who you want to …')
 
No edit summary
Line 1: Line 1:
{{as}}'''asw_trigger_fall''' is a [[brush_entity]] available in [[Alien Swarm]] that kills any NPC's touching this trigger
{{as brush|asw_trigger_fall}} It kills any NPC's touching this trigger
{{clr}}
 
== Recommendations ==
== Recommendations ==
* Select who you want to die that touches this trigger with the flags. '''ex. Players shall die here if i have the only Marines flag checked'''
* Select who you want to die that touches this trigger with the flags. '''ex. Players shall die here if i have the only Marines flag checked'''

Revision as of 05:55, 27 July 2010

Template:As brush It kills any NPC's touching this trigger

Recommendations

  • Select who you want to die that touches this trigger with the flags. ex. Players shall die here if i have the only Marines flag checked

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.

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

Todo:  add and explain Outputs

Inputs

Todo:  add and explain Inputs