Difference between revisions of "RandomFloat"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (1 revision: Importing auto-generated function articles)
(looks fine to me)
 
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.