Difference between revisions of "GetCommandFloat"

From Dragon Age Toolset Wiki
Jump to: navigation, search
(Generated by Sunjammer's Dragon Age Script Paser)
 
(looks okay, removing tag)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Generated}}
 
 
{{dafunction
 
{{dafunction
 
|name=GetCommandFloat
 
|name=GetCommandFloat
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 float requested. Defaults to 0
 
|param2desc=The nth float requested. Defaults to 0
 +
|param2default=0
 
|returntype=float
 
|returntype=float
 
|returndesc=Float
 
|returndesc=Float

Latest revision as of 19:49, 25 February 2010

This returns a float associated with the specified command

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

Float

Source:

script.ldf