Buffer:seek

From GiderosMobile
Revision as of 10:08, 7 February 2020 by Hgy29 (talk | contribs) (Created page with "'''Available since:''' Gideros 2020.2<br/> '''Class:''' Buffer<br/> === Description === Sets the position of the next file access in a [[Special:MyLanguage/Buffer|Buffer]...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Available since: Gideros 2020.2
Class: Buffer

Description

Sets the position of the next file access in a Buffer object.

(number) = Buffer:seek(offset)

Parameters

offset: (number) Position at which the next file access should be done.

Return values

Returns (number) Corrected position at which the next file access will take place.