GET_HASH_KEY
Computes a hash for the given string. It is hashed using Jenkins' One-at-a-Time hash algorithm (https://en.wikipedia.org/wiki/Jenkins_hash_function) Note: this implementation is case-insensitive.
MISCBuild 1207
Signature
lua
GetHashKey(string)
-- returns HashParameters
| Name | Type | Description |
|---|---|---|
| char* | — |
Usage
lua
GetHashKey(string)Generated from the native name, hash, and parameter list. Add a real example.
Details
- Hash
- Joaat hash
- Source
- VORPCORE/RDR3natives
Source: VORPCORE/RDR3natives
