Difference between revisions of "WR RemoveCommand"

From Dragon Age Toolset Wiki
Jump to: navigation, search
(Created page with '{{dafunction |name = WR_RemoveCommand |brief = |param1type = object |param1name = oObject |param1desc = {{undocumented}} |param1default = |param2type = command |param2name = cCo...')
 
m (Fixing source)
Line 1: Line 1:
 
{{dafunction
 
{{dafunction
|name = WR_RemoveCommand
+
|name         = WR_RemoveCommand
|brief =  
+
|brief         = {{undocumented}}
|param1type = object
+
|param1type   = object
|param1name = oObject
+
|param1name   = oObject
|param1desc = {{undocumented}}
+
|param1desc   = {{undocumented}}
 
|param1default =
 
|param1default =
|param2type = command
+
|param2type   = command
|param2name = cCommand
+
|param2name   = cCommand
|param2desc = {{undocumented}}
+
|param2desc   = {{undocumented}}
 
|param2default =
 
|param2default =
 
+
|returntype   = void
|returntype = void
+
|returndesc   =  
|returndesc =  
+
|sourcefile   = wrappers_h
|sourcefile = wrappers_h
+
|sourcemodule = Core 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:Commands functions]]
 
[[Category:Commands functions]]

Revision as of 14:00, 27 March 2012

[Undocumented]

void WR_RemoveCommand(
object oObject,
command cCommand
);
Parameters:
oObject
[Undocumented]
cCommand
[Undocumented]
Returns:

Nothing.

Source:

Core Resources.wrappers_h