Buffer:get

From GiderosMobile
Revision as of 15:26, 13 July 2023 by Hgy29 (talk | contribs) (Text replacement - "<source" to "<syntaxhighlight")

Available since: Gideros 2020.2
Class: Buffer

Description

Gets data from a Buffer object. <syntaxhighlight lang="lua"> (string) = Buffer:get(offset,size) </source>

Parameters

offset: (number) position in the buffer to get data from optional
size: (number) size of the data to fetch optional

Return values

Returns (string) extracted data