Template:I BaseTrigger: Difference between revisions
Jump to navigation
Jump to search
m (Fix) |
(-cleanup) |
||
Line 1: | Line 1: | ||
[[Category:Input Templates|Trigger]] | |||
< | <onlyinclude>{{ScrollBox|title=BaseTrigger|noscroll=true| | ||
{{IO|Toggle|Toggles this trigger between enabled and disabled states.}} | {{IO|Toggle|Toggles this trigger between enabled and disabled states.}} | ||
{{IO| | {{IO|Enable|Enable trigger}} | ||
{{IO|StartTouch|since={{Src07}}|nofgd=1 | {{IO|Disable|Disable trigger}} | ||
{{IO|EndTouch|since={{Src07}}|nofgd=1 | {{IO|TouchTest|Triggers either the <tt>OnTouching</tt> or <tt>OnNotTouching</tt> outputs for whether anything is touching this entity.|since={{Src07}}}} | ||
{{IO|StartTouch|Behave as if the {{ent|!caller}} entity had just entered the trigger volume. Accepts non-physical entities.|since={{Src07}}|nofgd=1}} | |||
{{IO|EndTouch|Behave as if <tt>!caller</tt> had just exited the trigger volume.|since={{Src07}}|nofgd=1}} | |||
{{IO|DisableAndEndTouch|Disables this trigger and calls <tt>EndTouch</tt> on all currently-touching entities.|only={{Src13mp}}({{Tf2}})}} }} | |||
</ | </onlyinclude> |
Revision as of 05:40, 8 August 2023
BaseTrigger:
- Toggle
- Toggles this trigger between enabled and disabled states.
- Enable
- Enable trigger
- Disable
- Disable trigger
- TouchTest (in all games since
)
- Triggers either the OnTouching or OnNotTouching outputs for whether anything is touching this entity.