Difference between revisions of "(File):eof"

 
(Added oldin)
 
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
+
{{oldin|[[0.10.0]]|100|type=function|text=It has been renamed to [[(File):isEOF|File:isEOF]]}}
 
+
If the end-of-file has been reached
 
== Function ==
 
== Function ==
 
=== Synopsis ===
 
=== Synopsis ===
Line 13: Line 13:
 
* [[parent::File]]
 
* [[parent::File]]
 
[[Category:Functions]]
 
[[Category:Functions]]
{{#set:Description=}}
+
{{#set:Description=If the end-of-file has been reached}}
 +
{{#set:Since=000}}
 +
== Other Languages ==
 +
{{i18n|(File):eof}}

Latest revision as of 20:54, 18 December 2015

Removed in LÖVE 0.10.0
It has been renamed to File:isEOF.

If the end-of-file has been reached

Function

Synopsis

eof = File:eof( )

Arguments

None.

Returns

boolean eof
Whether EOF has been reached

See Also


Other Languages