Template:O VBaseTrigger

From Valve Developer Community
Revision as of 13:13, 21 April 2025 by Alexiscoutinho (talk | contribs) (→‎top: Substituted IO templates)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
OnStartTouch
Fired when a valid entity starts touching this trigger. !activator is whatever touches the trigger.
OnEndTouch
Fired when a valid entity stops touching this trigger.
Warning.pngWarning:This includes entities which are deleted while inside the trigger. In this case !activator will be invalid.