WR ClearAllCommands

From Dragon Age Toolset Wiki
Revision as of 15:39, 11 June 2011 by Sunjammer (Talk | contribs) (Fixing link)

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