Difference between revisions of "WR AddCommand"

From Dragon Age Toolset Wiki
Jump to: navigation, search
(Created page with '{{dafunction |name = WR_AddCommand |brief = |param1type = object |param1name = oObject |param1desc = {{undocumented}} |param1default = |param2type = command |param2name = cComma...')
 
m (Updating parameters)
 
Line 1: Line 1:
 
{{dafunction
 
{{dafunction
|name = WR_AddCommand
+
|name         = WR_AddCommand
|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 =
|param3type = int
+
|param3type   = int
|param3name = bAddToFront
+
|param3name   = bAddToFront
|param3desc = {{undocumented}}
+
|param3desc   = {{undocumented}}
 
|param3default = FALSE
 
|param3default = FALSE
|param4type = int
+
|param4type   = int
|param4name = bStatic
+
|param4name   = bStatic
|param4desc = {{undocumented}}
+
|param4desc   = {{undocumented}}
 
|param4default = FALSE
 
|param4default = FALSE
|param5type = int
+
|param5type   = int
|param5name = nOverrideAddBehavior
+
|param5name     = nOverrideAddBehavior
|param5desc = {{undocumented}}
+
|param5desc     = {{undocumented}}
 
|param5default = -1
 
|param5default = -1
|param6type = float
+
|param6type   = float
|param6name = fTimeout
+
|param6name   = fTimeout
|param6desc = {{undocumented}}
+
|param6desc   = {{undocumented}}
 
|param6default = 0.0
 
|param6default = 0.0
 
+
|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:Commands functions]]
 
[[Category:Commands functions]]

Latest revision as of 13:12, 24 August 2011

[Undocumented]

void WR_AddCommand(
object oObject,
command cCommand,
int bAddToFront = FALSE,
int bStatic = FALSE,
int nOverrideAddBehavior = -1,
float fTimeout = 0.0
);
Parameters:
oObject
[Undocumented]
cCommand
[Undocumented]
bAddToFront
[Undocumented]
bStatic
[Undocumented]
nOverrideAddBehavior
[Undocumented]
fTimeout
[Undocumented]
Returns:

Nothing.

Source:

Core Game Resources.wrappers_h