GetHashKey
Docslocal retval = GetHashKey(string)Description
This native converts its past string to hash. It is hashed using jenkins one at a time method.
Parameters
| Name | Type | Description |
|---|---|---|
string | char* | The string to hash. |
Returns
HashReturns a joaat hash value.
Examples
Official
local zentorno = GetHashKey('zentorno')
if GetEntityModel(car) == zentorno then
print('Car is a zentorno!')
end