WriteByte
From OxeyeWiki
| file:writeByte(value) | ||
| Writes a byte value (0 to 255) to the file. | ||
| Parameter | Expected Type | Description | 
| value | An integer | The value to be written. Will be clamped to 0..255. | 
| Returns | ||
| Returns nothing. | ||
| DaisyMoon File Objects | 
|---|
Example
file:writeByte(level)
