EnterTrigger

From GECK
Jump to: navigation, search


A function included in the GECK for Fallout 3.

Description

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

Syntax

[help]
[TargetRefID].EnterTrigger ActionRef:ref

Example

TriggerRef.EnterTrigger player 

See Also