WR ClearAllCommands

From Dragon Age Toolset Wiki
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 Game Resources.wrappers_h