ReadByte
From OxeyeWiki
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()