Difference between revisions of "RandomFloat"

From Dragon Age Toolset Wiki
Jump to: navigation, search
(Generated by Sunjammer's Dragon Age Script Paser)
 
(looks fine to me)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{Generated}}
 
 
{{dafunction
 
{{dafunction
 
|name=RandomFloat
 
|name=RandomFloat

Latest revision as of 20:48, 31 July 2009

Returns a random float.

float RandomFloat(
);
Parameters:
None
Returns:

Returns a floating point value between 0.0 and 1.0.

Source:

script.ldf

Description

Returns a random floating point value between 0.0 and 1.0.