Difference between revisions of "WR SetFollowerSubState"

From Dragon Age Toolset Wiki
Jump to: navigation, search
(Created page with '{{dafunction |name = WR_SetFollowerSubState |brief = |param1type = object |param1name = oCreature |param1desc = {{undocumented}} |param1default = |param2type = int |param2na...')
 
m (Fixing source)
 
Line 1: Line 1:
 
{{dafunction
 
{{dafunction
|name = [[WR_SetFollowerSubState]]
+
|name         = WR_SetFollowerSubState
|brief =  
+
|brief         =  
|param1type = object
+
|param1type   = object
|param1name = oCreature
+
|param1name   = oCreature
|param1desc = {{undocumented}}
+
|param1desc   = {{undocumented}}
 
|param1default =
 
|param1default =
|param2type = int
+
|param2type   = int
|param2name = nSubState
+
|param2name   = nSubState
|param2desc = {{undocumented}}
+
|param2desc   = {{undocumented}}
 
|param2default =
 
|param2default =
 
+
|returntype   = void
|returntype = void
+
|returndesc   =  
|returndesc =  
+
|sourcefile   = wrappers_h
|sourcefile = wrappers_h
+
|sourcemodule = Core Game Resources
|sourcemodule = Core Resources
+
 
}}
 
}}
 
 
<!-- == Description == -->
 
<!-- == Description == -->
 
<!-- This section contains the full description from the functions comments. Do not change unless you are confident these are incomplete or incorrect. -->
 
<!-- This section contains the full description from the functions comments. Do not change unless you are confident these are incomplete or incorrect. -->
 
 
<!-- == Remarks == -->
 
<!-- == Remarks == -->
 
<!-- This section contains additional comments, observations and known issues. -->
 
<!-- This section contains additional comments, observations and known issues. -->
 
 
<!-- == Examples == -->
 
<!-- == Examples == -->
 
<!-- 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. -->
  
 
[[Category:Party and group control]]
 
[[Category:Party and group control]]

Latest revision as of 13:59, 27 March 2012


void WR_SetFollowerSubState(
object oCreature,
int nSubState
);
Parameters:
oCreature
[Undocumented]
nSubState
[Undocumented]
Returns:

Nothing.

Source:

Core Game Resources.wrappers_h