WR AddCommand

From Dragon Age Toolset Wiki
Revision as of 23:03, 9 February 2010 by BryanDerksen (Talk | contribs) (Created page with '{{dafunction |name = WR_AddCommand |brief = |param1type = object |param1name = oObject |param1desc = {{undocumented}} |param1default = |param2type = command |param2name = cComma...')

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


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 Resources.wrappers_h