Buffer.read() - Mtax-Development/GML-OOP GitHub Wiki
Name |
Type |
Optional |
type... |
No |
{real|string|[]} | On error: {undefined}
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.