Difference between revisions of "WR ClearAllCommands"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (Fixing link)
m (Removed redundant category)
Line 29: Line 29:
 
<!-- This section contains links to articles, functions or constant groups. -->
 
<!-- This section contains links to articles, functions or constant groups. -->
  
[[Category:Uncategorised functions]]
 
 
[[Category:Commands functions]]
 
[[Category:Commands functions]]

Revision as of 15:40, 11 June 2011

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