Difference between revisions of "GetFollowerState"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (1 revision: Importing auto-generated function articles)
m
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Generated}}
 
 
{{dafunction
 
{{dafunction
 
|name=GetFollowerState
 
|name=GetFollowerState
Line 11: Line 10:
 
|sourcemodule=
 
|sourcemodule=
 
}}
 
}}
 
+
<!--  
<!-- == 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. -->
 
+
<!--  
<!-- == Remarks == -->
+
== Remarks == -->
 
<!-- This section contains additional comments, observations and known issues. -->
 
<!-- This section contains additional comments, observations and known issues. -->
 
+
<!--  
<!-- == Examples == -->
+
== Examples == -->
 
<!-- 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.
  
 
[[Category: Party and group control]]
 
[[Category: Party and group control]]

Latest 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