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