Buffer:append

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

Adds data at the end of a Buffer object. <syntaxhighlight lang="lua"> (number) = Buffer:append(data) </source>

Parameters

data: (string) data to add

Return values

Returns (number) new buffer size