Buffer.read() - Mtax-Development/GML-OOP GitHub Wiki

Argument

Name
Type
Optional
type...
No

Returns

{real|string|[]} | On error: {undefined}

Description

Return the data of the specified type from this Buffer, then advance its seek position by the number of bytes read. If multiple values are read, they will be returned in an array. All numbers are standardized to the {real} type, instead of types unique to buffers.

⚠️ **GitHub.com Fallback** ⚠️