Difference between revisions of "OnTriggerEnter"

321 bytes added ,  10:50, 15 May 2016
m
→‎Notes: Any actor can receive OnTriggerEnter events by way of the EnterTrigger function.
imported>Kkuhlmann
imported>DaWrecka
m (→‎Notes: Any actor can receive OnTriggerEnter events by way of the EnterTrigger function.)
 
Line 8: Line 8:
==Notes==
==Notes==
* Very thin triggers may never get this event, if a reference is able to pass through the trigger "between" frames.
* Very thin triggers may never get this event, if a reference is able to pass through the trigger "between" frames.
* While the only object type to receive this event under normal circumstances is activators, any actor, such as NPCs, can be made to receive the event by calling the EnterTrigger function on the reference directly. This can be used for scripting special activations independent of the normal Activate event, for example.


==See Also==
==See Also==
Anonymous user