WR SetFollowerState

From Dragon Age Toolset Wiki
Revision as of 23:09, 9 February 2010 by BryanDerksen (Talk | contribs) (Created page with '{{dafunction |name = WR_SetFollowerState |brief = |param1type = object |param1name = oCreature |param1desc = {{undocumented}} |param1default = |param2type = int |param2name = nS...')

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


void WR_SetFollowerState(
object oCreature,
int nState,
int nSendEvent = TRUE,
int nMinLevel = 0,
int bPreventLevelup = FALSE
);
Parameters:
oCreature
[Undocumented]
nState
FOLLOWER_STATE*
nSendEvent
[Undocumented]
nMinLevel
[Undocumented]
bPreventLevelup
[Undocumented]
Returns:

Nothing.

Source:

Core Resources.wrappers_h