đŸ‘ŊHash

Built-in Hash library. (Game CRC-32 Table)

Properties:

NameTypeDescription

value

hexadecimal

Value of the hash

Static Functions:

Hash

Hash(text: string): Hash

ArgumentTypeDescription

text

string (optional)

Text that will be hashed

Creates a new Hash object.

.Get

Hash.Get(text: string): hexadecimal

ArgumentTypeDescription

text

string

Text that will be hashed

Gets a hexadecimal value of hash from text.

Last updated