WriteByte
From OxeyeWiki
(Difference between revisions)
Jeb (Talk | contribs)
(Created page with '{{FileMethod| file:writeBoolean(value) | Writes a byte value (0 to 255) to the file. | {{MethodParam|value|An integer|The value to be written. Will be clamped to 0..255.}} | Retu...')
Newer edit →
(Created page with '{{FileMethod| file:writeBoolean(value) | Writes a byte value (0 to 255) to the file. | {{MethodParam|value|An integer|The value to be written. Will be clamped to 0..255.}} | Retu...')
Newer edit →
Revision as of 18:47, 7 February 2010
file:writeBoolean(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)