Difference between revisions of "GetCommandQueueSize"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (1 revision: Importing auto-generated function articles)
(looks okay, removing tag)
 
Line 1: Line 1:
{{Generated}}
 
 
{{dafunction
 
{{dafunction
 
|name=GetCommandQueueSize
 
|name=GetCommandQueueSize

Latest revision as of 19:04, 2 March 2010

This function returns the size of an object command queue, note that the currently active command doesn't belong in the queue.

int GetCommandQueueSize(
object oObject
);
Parameters:
oObject
returns the size of this objects command queue
Returns:

int

Source:

script.ldf

Description

This function returns the size of an object command queue, note that the currently active command doesn't belong in the queue.