IsInTrigger

From Dragon Age Toolset Wiki
Jump to: navigation, search

Determines if an object is in a trigger.

int IsInTrigger(
object oObject,
object oTrigger
);
Parameters:
oObject
The object which may be within the trigger
oTrigger
The trigger the object may be within
Returns:

TRUE if the object oObject is in the trigger oTrigger.

Source:

script.ldf

Description

Returns TRUE if the object oObject is within the trigger oTrigger, otherwise returns FALSE.