GetCommandQueueSize

From Dragon Age Toolset Wiki
Revision as of 19:04, 2 March 2010 by BryanDerksen (Talk | contribs) (looks okay, removing tag)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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.