Find_ActionTargets

Category: Objects / Search
Since engine version: 1.0 OC

Description

Search criterion: finds all objects that have the specified action targets.

Syntax

array Find_ActionTargets(object action_target1, object action_target2);

Parameters

action_target1:
First action target of the objects to be found.
action_target2:
Second action target of the objects to be found.

Remarks

Equivalent to Find_And(Find_ActionTarget(action_target1), Find_ActionTarget2(action_target2)), but faster.
For additional information on the use of this function see FindObjects.
See also: FindObjects, Find_ActionTarget, Find_ActionTarget2
PeterW, 2011