Buffer.fill() - Mtax-Development/GML-OOP GitHub Wiki
Name |
Type |
Optional |
type |
No |
|
value |
No |
|
size? |
{int} |
Yes |
offset? |
{int} |
Yes |
Not applicable.
Fill this Buffer
with data of the specified data type, starting from its start or the specified offset to it and ending if either the specified size in bytes has been written or the end of this Buffer
is reached.