Trigger asw door area: Difference between revisions
Jump to navigation
Jump to search
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…') |
Shadowsand (talk | contribs) (Completed the missing entries) |
||
Line 3: | Line 3: | ||
== See also == | == See also == | ||
* [[asw_door]] | * [[asw_door]] | ||
* [[trigger_asw_button_area]] | * [[trigger_asw_button_area]] | ||
== Keyvalues == | == Keyvalues == | ||
; <code>Start Disabled</code> | |||
: Should the trigger start disabled? | |||
; <code>Filter Name</code> | |||
: Name of the filter defining what type of entities can activate this trigger. '''Mostly unecessary in Alien Swarm.''' | |||
; <code>Delay Before Reset</code> | |||
: How long after being activated before it can be activated again. | |||
; <code>Use Target</code> | ; <code>Use Target</code> | ||
: The name of the door that this trigger is linked to. | : The name of the door that this trigger is linked to. | ||
Line 23: | Line 28: | ||
; <code>OnRequiremntFailed</code> | ; <code>OnRequiremntFailed</code> | ||
: Fired when a marine enters the trigger but does not meet the player number requirement. | : Fired when a marine enters the trigger but does not meet the player number requirement. | ||
{{O Trigger}} | |||
== Inputs == | |||
{{I Trigger}} |
Revision as of 00:34, 23 July 2010
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
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.
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.
|
Inputs
|