GetCommandQueueSize

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