Template:O BaseTrigger
Jump to navigation
Jump to search
BaseTrigger:
- OnStartTouch
- Fired when a valid entity starts touching this trigger. !activator is whatever touches the trigger.

OnStartTouch
. 
- OnStartTouchAll
- Fired when a valid entity starts touching this trigger, and no other entities are touching it. If there are any other entities touching the trigger when a new one begins to touch, only
OnStartTouch
will fire.
- OnEndTouch
- Fired when a valid entity stops touching this trigger.


OnEndTouch
can fire before OnStartTouch
under certain circumstances where both are fired on the same tick and each have the same delay. 
OnEndTouch
.
OnEndTouch
.
- OnEndTouchAll
- Fired when all valid entities stop touching this trigger.
- OnTouching (in all games since
)
- Fired if something is currently touching this trigger when
TouchTest
is fired.
- OnNotTouching (in all games since
)
- Fired if nothing is currently touching this trigger when
TouchTest
is fired.