Difference between revisions of "GetCommandPriority"

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=GetCommandPriority
 
|name=GetCommandPriority

Revision as of 19:50, 25 February 2010

Returns the command priority. (DEPRECATED)

int GetCommandPriority(
command cCommand
);
Parameters:
cCommand
The command
Returns:

int - the priority of the command.

Source:

script.ldf

Description

Returns the command priority.