Difference between revisions of "WR SetWorldMapPlayerLocation"

From Dragon Age Toolset Wiki
Jump to: navigation, search
(Created page with '{{dafunction |name = WR_SetWorldMapPlayerLocation |brief = |param1type = object |param1name = oMapId |param1desc = {{undocumented}} |param1default = |param2type = object |param2...')
 
m (Fixing source)
 
Line 1: Line 1:
 
{{dafunction
 
{{dafunction
|name = WR_SetWorldMapPlayerLocation
+
|name               = WR_SetWorldMapPlayerLocation
|brief =  
+
|brief               =  
|param1type = object
+
|param1type     = object
|param1name = oMapId
+
|param1name     = oMapId
|param1desc = {{undocumented}}
+
|param1desc     = {{undocumented}}
 
|param1default =
 
|param1default =
|param2type = object
+
|param2type     = object
|param2name = oLocation
+
|param2name     = oLocation
|param2desc = {{undocumented}}
+
|param2desc     = {{undocumented}}
|param2default =|returntype = void
+
|param2default =
|returndesc =  
+
|returntype     = void
|sourcefile = wrappers_h
+
|returndesc     =  
|sourcemodule = Core Resources
+
|sourcefile     = wrappers_h
 +
|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:54, 27 March 2012


void WR_SetWorldMapPlayerLocation(
object oMapId,
object oLocation
);
Parameters:
oMapId
[Undocumented]
oLocation
[Undocumented]
Returns:

Nothing.

Source:

Core Game Resources.wrappers_h