Buffer.write() - Mtax-Development/GML-OOP GitHub Wiki
Name |
Type |
Optional |
type... |
No |
|
value... |
No |
{int|int[]}
Add the specified data of the specified data type to this Buffer
, then advance the seek position by number of bytes written. Returns 0 if write was successful, -1 if it was not or an array of such in case of multiple writings.