Difference between revisions of "WR SetWorldMapGuiStatus"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (Updating link)
m (Fixing source)
 
Line 1: Line 1:
 
{{dafunction
 
{{dafunction
|name = WR_SetWorldMapGuiStatus
+
|name         = WR_SetWorldMapGuiStatus
|brief =  
+
|brief         =  
|param1type = int
+
|param1type   = int
|param1name = nStatus
+
|param1name   = nStatus
|param1desc = [[WM GUI STATUS_*]]
+
|param1desc   = [[WM GUI STATUS_*]]
 
|param1default =
 
|param1default =
|returntype = void
+
|returntype   = void
|returndesc =  
+
|returndesc   =  
|sourcefile = wrappers_h
+
|sourcefile   = wrappers_h
|sourcemodule = Core Resources
+
|sourcemodule = Core Game 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:Map functions]]
 
[[Category:Map functions]]

Latest revision as of 13:53, 27 March 2012


void WR_SetWorldMapGuiStatus(
int nStatus
);
Parameters:
nStatus
WM GUI STATUS_*
Returns:

Nothing.

Source:

Core Game Resources.wrappers_h