Difference between revisions of "GetTacticTargetObject"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (fixed "brief", removed "generated")
(Marking as needing review, as suggested on talk)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{Generated}}
+
{{needs review}}
 
{{dafunction
 
{{dafunction
 
|name=GetTacticTargetObject
 
|name=GetTacticTargetObject

Latest revision as of 16:49, 26 October 2009

The documentation on this page is incomplete, obsolete, or otherwise in need of a thorough review. The current content may provide a good starting point for this, but do not rely on its accuracy when using it to design content.

Returns the ID number of the targeted party member for those tactic targets which are generated on a per-follower basis.

object GetTacticTargetObject(
object oCreature,
int nIndex
);
Parameters:
oCreature
The creature to query
nIndex
The tactic index
Returns:

The ID number of the party member.

Source:

script.ldf