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...')
 
m (Updating link)
 
Line 1: Line 1:
 
{{dafunction
 
{{dafunction
|name = WR_SetFollowerState
+
|name         = WR_SetFollowerState
|brief =  
+
|brief         =  
|param1type = object
+
|param1type   = object
|param1name = oCreature
+
|param1name   = oCreature
|param1desc = {{undocumented}}
+
|param1desc   = {{undocumented}}
 
|param1default =
 
|param1default =
|param2type = int
+
|param2type   = int
|param2name = nState
+
|param2name   = nState
|param2desc = [[FOLLOWER_STATE*]]
+
|param2desc   = a [[FOLLOWER_STATE_*]] constant
 
|param2default =
 
|param2default =
|param3type = int
+
|param3type   = int
|param3name = nSendEvent
+
|param3name   = nSendEvent
|param3desc = {{undocumented}}
+
|param3desc   = {{undocumented}}
 
|param3default = TRUE
 
|param3default = TRUE
|param4type = int
+
|param4type   = int
|param4name = nMinLevel
+
|param4name   = nMinLevel
|param4desc = {{undocumented}}
+
|param4desc   = {{undocumented}}
 
|param4default = 0
 
|param4default = 0
|param5type = int
+
|param5type   = int
|param5name = bPreventLevelup
+
|param5name   = bPreventLevelup
|param5desc = {{undocumented}}
+
|param5desc   = {{undocumented}}
 
|param5default = FALSE
 
|param5default = FALSE
|returntype = void
+
|returntype   = void
|returndesc =  
+
|returndesc   =  
|sourcefile = wrappers_h
+
|sourcefile   = wrappers_h
|sourcemodule = Core Resources
+
|sourcemodule = Core Game Resources
 
}}
 
}}
  

Latest revision as of 20:06, 3 August 2011


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

Nothing.

Source:

Core Game Resources.wrappers_h