Difference between revisions of "GetCommandPriority"

From Dragon Age Toolset Wiki
Jump to: navigation, search
(looks okay, removing tag)
 
Line 25: Line 25:
  
 
[[Category: Commands functions]]
 
[[Category: Commands functions]]
 +
[[Category:Deprecated functions]]

Latest revision as of 19:51, 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.