Difference between revisions of "GetTacticConditionObject"

From Dragon Age Toolset Wiki
Jump to: navigation, search
(description was split, splicing back together)
(also, remove tag)
 
Line 1: Line 1:
{{Generated}}
 
 
{{dafunction
 
{{dafunction
 
|name=GetTacticConditionObject
 
|name=GetTacticConditionObject

Latest revision as of 22:50, 24 February 2010

Returns the ID number of the party member being referenced in those conditions which are generated on a per-follower basis.

object GetTacticConditionObject(
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