trigger_asw_random_target
trigger_asw_random_target
is a brush entity available in Alien Swarm. It fires a single random output(chooses from predefined outputs) each time it's entered.
Contents
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.
Num Outputs
- How many outputs to randomly pick from (from 1 to 6).
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...) ToDo: Explain in detail
Outputs
Bug:Spamming crouch jumps in a trigger can randomly fire OnStartTouch . Confirm:Is it a Multiplayer issue only? [todo tested in?]
Warning:This includes entities which are deleted while inside the trigger. In this case !activator will be invalid.
Warning:
OnEndTouch can fire before OnStartTouch under certain circumstances where both are fired on the same tick and each have the same delay. Fix:Add a slight delay to OnEndTouch .Bug:Spamming crouch jump in a trigger can randomly fire OnEndTouch . Confirm:Is it a Multiplayer issue only? [todo tested in?]
|
Inputs
|