| Property | Value |
|---|---|
| Native Name | GET_STRING_FROM_HASH_KEY |
| Hash | 0xBD5DD5EAE2B6CE14 |
| Return Type | const char* |
| Build | 1207 |
| API Set | client |
| Parameters | labelHash (Hash) |
Description: Returns the label text given the hash.
Old name: _GET_LABEL_TEXT_BY_HASH
Usage
Lua (Direct):
local result = GetStringFromHashKey(labelHash)
Lua (Hash):
local result = Citizen.InvokeNative(0xBD5DD5EAE2B6CE14, labelHash)