WR ClearAllCommands

From Dragon Age Toolset Wiki
Revision as of 22:30, 9 February 2010 by BryanDerksen (Talk | contribs) (Created page with '{{dafunction |name = WR_ClearAllCommands |brief = This function clears the command list for a given object |param1type = object |param1name = oObject |param1desc = the object on...')

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

This function clears the command list for a given object

int WR_ClearAllCommands(
object oObject,
int bHardClear = FALSE
);
Parameters:
oObject
the object on which to clear the command list
bHardClear
specifies if the object can finish the action in progress or not (Hard = don't wait)
Returns:

TRUE on success, FALSE on failure

Source:

Core Resources.wrappers_h