Difference between revisions of "GetFollowerSubState"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (1 revision: Importing auto-generated function articles)
(looks okay, removing tag and adding link)
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 == -->

Revision as of 23:14, 26 February 2010

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.