Difference between revisions of "X file:flush"
From GiderosMobile
m (Text replacement - "<source" to "<syntaxhighlight") |
|||
Line 7: | Line 7: | ||
<syntaxhighlight lang="lua"> | <syntaxhighlight lang="lua"> | ||
file:flush() | file:flush() | ||
− | </ | + | </syntaxhighlight> |
{{File}} | {{File}} |
Latest revision as of 05:58, 30 July 2025
Available since: Gideros 2011.6
Class: file
Description
Saves any written data to file.
file:flush()