Difference between revisions of "GetFollowerSubState"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (1 revision: Importing auto-generated function articles)
m (Updating link)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{Generated}}
 
 
{{dafunction
 
{{dafunction
 
|name=GetFollowerSubState
 
|name=GetFollowerSubState
Line 14: Line 13:
 
== 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. -->
Returns any of the FOLLOWER_STATE_X constants.
+
Returns any of the [[FOLLOWER_STATE_*]] constants.
  
 
<!-- == Remarks == -->
 
<!-- == Remarks == -->

Latest revision as of 20:04, 3 August 2011

Get the follower sub state.

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

the sub state of the follower.

Source:

script.ldf

Description

Returns any of the FOLLOWER_STATE_* constants.