Difference between revisions of "GetCommandFloat"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (1 revision: re-import with default parameter value parameters set)
(looks okay, removing tag)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{Generated}}
 
 
{{dafunction
 
{{dafunction
 
|name=GetCommandFloat
 
|name=GetCommandFloat

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