|
|
Function
love.filesystem.eof( file )
Synopsis
var = love.filesystem.eof( file )
Arguments
file
A File object.
Returns
boolean
Whether the EOF has been reached.
See Also
Copyright © 2006-2008 LÖVE Development Team.
|