Difference between revisions of "WR ClearAllCommands"

From Dragon Age Toolset Wiki
Jump to: navigation, search
(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...')
 
m (Fixing link)
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:Uncategorized functions]]
+
[[Category:Uncategorised functions]]
 
[[Category:Commands functions]]
 
[[Category:Commands functions]]

Revision as of 15:39, 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