IDString is a hashing function, converting a string into a uint64_t. This is stored in a userdata (I think, may be a abused light userdata).
A decompiled and cleaned implementation can be found here, and was tested to return the same result as the Lua Idstring function.
https://gist.github.com/ZNixian/54e7a23ff36cc4756cbd783f304d7cd6
IDString is a hashing function, converting a string into a uint64_t. This is stored in a userdata (I think, may be a abused light userdata).
A decompiled and cleaned implementation can be found here, and was tested to return the same result as the Lua
Idstringfunction.https://gist.github.com/ZNixian/54e7a23ff36cc4756cbd783f304d7cd6