Difference between revisions of "EnterTrigger"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Kkuhlmann
(No difference)

Revision as of 11:07, 26 November 2008

Description

EnterTrigger forces an OnTriggerEnter event on the target ref. Takes one parameter (ActionRef) which is the reference that entered the trigger.

Syntax

[TargetRef.]EnterTrigger ActionRef

Examples

TriggerRef.EnterTrigger player

Notes

  • None at this time.