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