Difference between revisions of "GetFollowerSubState"

From Dragon Age Toolset Wiki
Jump to: navigation, search
(looks okay, removing tag and adding link)
m (Updating link)
 
Line 13: 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*]] 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.