Trigger hierarchy: Difference between revisions
Jump to navigation
Jump to search

(Created page with '{{portal2 brush|trigger_hierarchy}} == Entity description == A trigger volume that can will check if any of trigger's children pass a secondary filter. == Keyvalues == {{KV|Chi…') |
mNo edit summary |
||
Line 1: | Line 1: | ||
{{ | {{lang|title=trigger_hierarchy}} | ||
{{entity|trigger_hierarchy|type=e2|game=Portal 2}} | |||
== Entity description == | == Entity description == |
Revision as of 09:50, 24 January 2023


Entity description
A trigger volume that can will check if any of trigger's children pass a secondary filter.
Keyvalues
- Child Filter Name ([todo internal name (i)]) <filter>
- Filter to use to see if activator's children trigger me. See filter_activator_name for more explanation.
- Delay Before Reset ([todo internal name (i)]) <integer>
- Amount of time, in seconds, after the trigger_multiple has triggered before it can be triggered again. If set to -1, it will never trigger again (in which case you should just use a trigger_once).
Inputs
- TouchTest
- Tests if the trigger is being touched and fires an output based on whether the value is true or false.
Outputs
- OnTrigger
- Fired whenever the trigger is activated.
- OnTouching
- Fired when the TestTouch input is true (something is touching the trigger.)
- OnNotTouching
- Fired when the TestTouch input is not true (nothing is touching the trigger.)
|