Trigger asw door area

From Valve Developer Community
Revision as of 15:31, 22 July 2010 by Shadowsand (talk | contribs) (Created page with '{{as}} '''trigger_asw_door_area''' is a brush_entity available in Alien Swarm which is used to detect marines and aliens near doors. {{clr}} == See also == * [[asw_door…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Alien Swarm trigger_asw_door_area is a brush_entity available in Alien Swarm which is used to detect marines and aliens near doors.

See also

Keyvalues

Use Target
The name of the door that this trigger is linked to.
Players Required
The number of players that must be inside the trigger for it to activate. This value will be capped at the total number of players.

Flags

  • Marines And Aliens
  • Pushables
  • Physics Objects
  • Only Marines
  • Everything

Outputs

OnRequiremntFailed
Fired when a marine enters the trigger but does not meet the player number requirement.