trigger_asw_chance
trigger_asw_chance
is a brush entity available in Alien Swarm. It has a specified chance of firing 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.
Trigger Chance
- Chance of the trigger firing out (from 0 to 1). 0.1 = 10%, 0.5 = 50% etc.
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
|