Native referenceRedM

_GET_HASH_OF_THREAD

0x724CB89D35B283D0 SCRIPTS
FUNCTION SIGNATURE
Hash _GET_HASH_OF_THREAD(`threadId` (int));
Property Value
Native Name _GET_HASH_OF_THREAD
Hash 0x724CB89D35B283D0
Return Type Hash
Build 1207
Parameters threadId (int)

Parameters

  • threadId (int)

Usage

Lua (Direct):

local result = GetHashOfThread(threadId)

Lua (Hash):

local result = Citizen.InvokeNative(0x724CB89D35B283D0, threadId)

Back to SCRIPTS