ReadFloat
From OxeyeWiki
(Difference between revisions)
Jeb (Talk | contribs)
(Created page with '{{FileMethod| file:readFloat() | Reads a floating point value from the file. | {{NoParams}} | Returns a number if the file is ok. }} === Example === <pre> local value = file:r...')
(Created page with '{{FileMethod| file:readFloat() | Reads a floating point value from the file. | {{NoParams}} | Returns a number if the file is ok. }} === Example === <pre> local value = file:r...')
Latest revision as of 18:54, 7 February 2010
|
file:readFloat() | ||
|
Reads a floating point value from the file. | ||
| Parameter | Expected Type | Description |
| No parameters | ||
| Returns | ||
|
Returns a number if the file is ok. | ||
| DaisyMoon File Objects |
|---|
Example
local value = file:readFloat()