Author Topic: crc32 in TorqueScript  (Read 907 times)

Is there a function/is it possible to do this in TS? On a string, not a file.
« Last Edit: November 12, 2013, 03:55:50 PM by 0xBRIANSMITH »


I don't believe there is a function for it.

Write the string to a file and CRC the file?

Try the getStringCRC function.