Difference between revisions of "FOLLOWER STATE *"

From Dragon Age Toolset Wiki
Jump to: navigation, search
Line 1: Line 1:
{{Generated}}
 
 
{{Constant table start
 
{{Constant table start
 
|sourcefile=script.ldf
 
|sourcefile=script.ldf
Line 70: Line 69:
 
<!-- This section contains links to articles, functions or constant groups. -->
 
<!-- This section contains links to articles, functions or constant groups. -->
  
 +
*[[SetFollowerState]]
 +
*[[GetFollowerState]]
 +
 +
[[Category: Party and group control]]
 
[[Category:Constants]]
 
[[Category:Constants]]

Revision as of 20:24, 7 January 2010

Source: script.ldf
Constant name Type Value Description Source
FOLLOWER_STATE_ACTIVE int 1 script.ldf
FOLLOWER_STATE_AVAILABLE int 2 script.ldf
FOLLOWER_STATE_INVALID int 0 script.ldf
FOLLOWER_STATE_LOADING int 6 script.ldf
FOLLOWER_STATE_LOCKEDACTIVE int 7 script.ldf
FOLLOWER_STATE_SUSPENDED int 5 script.ldf
FOLLOWER_STATE_UNAVAILABLE int 3 script.ldf