Difference between revisions of "WR SetFollowerState"

From Dragon Age Toolset Wiki
Jump to: navigation, search
(Created page with '{{dafunction |name = WR_SetFollowerState |brief = |param1type = object |param1name = oCreature |param1desc = {{undocumented}} |param1default = |param2type = int |param2name = nS...')
(No difference)

Revision as of 23:09, 9 February 2010


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