Difference between revisions of "FOLLOWER STATE *"

From Dragon Age Toolset Wiki
Jump to: navigation, search
(See also section)
Line 66: Line 66:
 
<!-- 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. -->
  

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


See also