Buffer luau
From GiderosMobile
Supported platforms:
Available since: Gideros 2025.1
Description
This is the Luau buffer library implemented in Gideros.
Example
-- creates a buffer initialized to the contents of the string
local str = "Hello Gideros!"
b = buffer.fromstring(str)
print(buffer.len(b))
-- returns the buffer data as a string
print(buffer.tostring(b))
Reference
https://luau.org/library#buffer-library
https://create.roblox.com/docs/reference/engine/libraries/buffer
Methodsassert error if v nil or false, otherwise returns v |
EventsConstants |