Difference between revisions of "WR SetPlotFlag"

From Dragon Age Toolset Wiki
Jump to: navigation, search
(Created page with '{{dafunction |name = WR_SetPlotFlag |brief = |param1type = string |param1name = strPlot |param1desc = {{undocumented}} |param1default = |param2type = int |param2name = nFlag ...')
 
m (Fixing source)
 
Line 1: Line 1:
 
{{dafunction
 
{{dafunction
|name = WR_SetPlotFlag
+
|name         = WR_SetPlotFlag
|brief =  
+
|brief         = {{undocumented}}
|param1type = string  
+
|param1type   = string  
|param1name = strPlot  
+
|param1name   = strPlot  
|param1desc = {{undocumented}}
+
|param1desc   = {{undocumented}}
 
|param1default =
 
|param1default =
|param2type = int  
+
|param2type   = int  
|param2name = nFlag  
+
|param2name   = nFlag  
|param2desc = {{undocumented}}
+
|param2desc   = {{undocumented}}
 
|param2default =
 
|param2default =
|param2type = int  
+
|param2type   = int  
|param2name = nValue
+
|param2name   = nValue
|param2desc = {{undocumented}}
+
|param2desc   = {{undocumented}}
 
|param2default =
 
|param2default =
|param4type = int
+
|param4type   = int
|param4name =  nCallScript
+
|param4name   =  nCallScript
|param4desc = {{undocumented}}
+
|param4desc   = {{undocumented}}
|param4default =FALSE
+
|param4default = FALSE
 
+
|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:Plot manager functions]]
 
[[Category:Plot manager functions]]

Latest revision as of 14:04, 27 March 2012

[Undocumented]

void WR_SetPlotFlag(
string strPlot,
int nValue,
int nCallScript = FALSE
);
Parameters:
strPlot
[Undocumented]
nValue
[Undocumented]
nCallScript
[Undocumented]
Returns:

Nothing.

Source:

Core Game Resources.wrappers_h