Difference between revisions of "GetCommandInt"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (1 revision: Importing auto-generated function articles)
(looks okay, removing tag)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Generated}}
 
 
{{dafunction
 
{{dafunction
 
|name=GetCommandInt
 
|name=GetCommandInt
Line 6: Line 5:
 
|param1name=cCommand
 
|param1name=cCommand
 
|param1desc=The command
 
|param1desc=The command
 +
|param1default=
 
|param2type=int
 
|param2type=int
 
|param2name=nIndex
 
|param2name=nIndex
 
|param2desc=The nth integer requested. Defaults to 0
 
|param2desc=The nth integer requested. Defaults to 0
 +
|param2default=0
 
|returntype=int
 
|returntype=int
 
|returndesc=int
 
|returndesc=int

Latest revision as of 19:50, 25 February 2010

This returns an integer associated with the specified command

int GetCommandInt(
command cCommand,
int nIndex = 0
);
Parameters:
cCommand
The command
nIndex
The nth integer requested. Defaults to 0
Returns:

int

Source:

script.ldf