Skip to main content

Material.ComputeCRC()

Computes a CRC hash value from the content of the material.

Returns:

typeDescription
numberCRC hash value from the content of the material.

Usage

---@type Material
local material;


local val0 = material.ComputeCRC()