WriteInt
From OxeyeWiki
(Difference between revisions)
Jeb (Talk | contribs)
(Created page with '{{FileMethod| file:writeInte(value) | Writes an integer to the file. | {{MethodParam|value|An integer|The value to be written.}} | Returns nothing. }} === Example === <pre> fi...')
Newer edit →
(Created page with '{{FileMethod| file:writeInte(value) | Writes an integer to the file. | {{MethodParam|value|An integer|The value to be written.}} | Returns nothing. }} === Example === <pre> fi...')
Newer edit →
Revision as of 18:49, 7 February 2010
file:writeInte(value) | ||
Writes an integer to the file. | ||
Parameter | Expected Type | Description |
value | An integer | The value to be written. |
Returns | ||
Returns nothing. |
DaisyMoon File Objects |
---|
Example
file:writeInt(score)