OnTrigger
From GECK
This block will be run every frame when something triggers the scripted object by colliding with it.
Syntax
begin OnTrigger TriggeringRefID (optional)
Notes
- OnTriggerEnter will run before OnTrigger if placed above the OnTrigger block in a script.
- The action ref is NOT set, so IsActionRef and GetActionRef should not be used inside this blocktype.
See Also
- Creating Primitives
- OnTriggerEnter
- OnTriggerLeave
- OnLoad
- OnReset
- This blocktype is available as an Event Handler.