Difference between revisions of "GetFollowerState"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (Updating link)
Line 20: Line 20:
 
<!-- This section contains examples transcluded from the snippet library. -->
 
<!-- This section contains examples transcluded from the snippet library. -->
  
<!-- == See also == -->
+
== See also ==
 
<!-- This section contains links to articles, functions or constant groups. -->
 
<!-- This section contains links to articles, functions or constant groups. -->
 
+
*[[FOLLOWER_STATE_*]] lists the possible return values of this function.
*[[FOLLOWER_STATE*]] lists the possible return values of this function.
+
  
 
[[Category: Party and group control]]
 
[[Category: Party and group control]]

Revision as of 20:03, 3 August 2011

Get follower state.

int GetFollowerState(
object oCreature
);
Parameters:
oCreature
Party follower
Returns:

the state of the follower.

Source:

script.ldf



== See also ==