Difference between revisions of "FOLLOWER STATE *"
From Dragon Age Toolset Wiki
BryanDerksen (Talk | contribs) |
BryanDerksen (Talk | contribs) |
||
| Line 1: | Line 1: | ||
| − | |||
{{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 19:24, 7 January 2010
| 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 |