Difference between revisions of "WR TakeAutoScreenshot"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (spelling)
m (Fixing source)
 
Line 1: Line 1:
 
{{dafunction
 
{{dafunction
|name = WR_TakeAutoScreenshot
+
|name             = WR_TakeAutoScreenshot
|brief =  
+
|brief           =  
|param1type = int
+
|param1type   = int
|param1name = flagID
+
|param1name   = flagID
|param1desc = {{undocumented}}
+
|param1desc   = {{undocumented}}
 
|param1default =
 
|param1default =
|param2type = int
+
|param2type   = int
|param2name = n2DA
+
|param2name   = n2DA
|param2desc = {{undocumented}}
+
|param2desc   = {{undocumented}}
 
|param2default =
 
|param2default =
|param3type = string
+
|param3type   = string
|param3name = s2da
+
|param3name   = s2da
|param3desc = {{undocumented}}
+
|param3desc   = {{undocumented}}
 
|param3default = ""
 
|param3default = ""
 
+
|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:Uncategorised function]]
 
[[Category:Uncategorised function]]

Latest revision as of 13:50, 27 March 2012


void WR_TakeAutoScreenshot(
int flagID,
int n2DA,
string s2da = ""
);
Parameters:
flagID
[Undocumented]
n2DA
[Undocumented]
s2da
[Undocumented]
Returns:

Nothing.

Source:

Core Game Resources.wrappers_h