Skip to content

raylib.ComputeCRC32

JoeStrout edited this page Apr 29, 2026 · 2 revisions

ComputeCRC32

Parameters

Parameter Default Value Note
data
dataSize 0

Return value

Condition Return Value
(always) number

Notes

Example

data = "Hello, world!"
crc = raylib.ComputeCRC32(data)
print "CRC32: " + crc

Clone this wiki locally