love.filesystem.seek( file, pos )
Usage
love.filesystem.seek( file, pos )
Arguments
fileThe File to seek in.
posThe file position.
Returns
booleanTrue if the operation was successful.
Version 0.3.2 LÖVE DocumentationOverviewLicenseCreditsInstallingGetting startedDeviceslove.graphicslove.audiolove.keyboardlove.mouselove.filesystemlove.timerlove.systemTypesAnimationColorFontFileImageMusicParticleSystemSoundCallbacksloadupdatedrawmousepressedmousereleasedkeypressedkeyreleasedMiscellaneousConstantsConfig filesKeyboard shortcuts
|
Function
love.filesystem.seek( file, pos ) Usage love.filesystem.seek( file, pos ) Returns booleanTrue if the operation was successful. |