Difference between revisions of "GetTacticTargetObject"

From Dragon Age Toolset Wiki
Jump to: navigation, search
(Generated by Sunjammer's Dragon Age Script Paser)
 
(Marking as needing review, as suggested on talk)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Generated}}
+
{{needs review}}
 
{{dafunction
 
{{dafunction
 
|name=GetTacticTargetObject
 
|name=GetTacticTargetObject
|brief=Returns the ID number of the targeted party member for those tactic
+
|brief=Returns the ID number of the targeted party member for those tactic targets which are generated on a per-follower basis.
 
|param1type=object
 
|param1type=object
 
|param1name=oCreature
 
|param1name=oCreature
Line 15: Line 15:
 
}}
 
}}
  
== Description ==
+
<!-- == Description == -->
 
<!-- This section contains the full description from the functions comments. Do not change unless you are confident these are incomplete or incorrect. -->
 
<!-- This section contains the full description from the functions comments. Do not change unless you are confident these are incomplete or incorrect. -->
targets which are generated on a per-follower basis.
+
 
  
 
<!-- == Remarks == -->
 
<!-- == Remarks == -->

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