Common Data Types: Difference between revisions

Content added Content deleted
m (Fix supremum and infimum link.)
(→‎GtHash: mention of it being basically CRC32 but with some int<->uint nonsense)
Line 60: Line 60:


=== GtHash ===
=== GtHash ===
<code>GtHash</code> is a 32-bit value storing the hash of a given string, generated via a custom hash function. These hashes are used by the Takedown-era games to identify and properly assign values within files such as the [[Value Database]].
<code>GtHash</code> is a derivative of CRC-32 - a 32-bit value storing the hash of a given string, generated via a custom hash function. These hashes are used by the Takedown-era games to identify and properly assign values within files such as the [[Value Database]].


=== GtID ===
=== GtID ===