Buffer.toHashCRC32() - Mtax-Development/GML-OOP GitHub Wiki
Name |
Type |
Optional |
size? |
Yes |
|
offset? |
{int} |
Yes |
{int}
Create a number representing entirety or part of data of this Buffer
hashed by the CRC32 checksum algorithm. A byte offset can be specified for where the operation will start and then continue until either the specified size in bytes was affected or the end of this Buffer
is reached.