Difference between revisions of "GetCommandPriority"

From Dragon Age Toolset Wiki
Jump to: navigation, search
(Generated by Sunjammer's Dragon Age Script Paser)
 
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Generated}}
 
 
{{dafunction
 
{{dafunction
 
|name=GetCommandPriority
 
|name=GetCommandPriority
Line 26: 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.