| Property | Value |
|---|---|
| Native Name | DOES_THREAD_EXIST |
| Hash | 0xFF975BC4435A0FA3 |
| Return Type | BOOL |
| Build | 1207 |
| Parameters | threadId (int) |
Parameters
threadId(int)
Usage
Lua (Direct):
local result = DoesThreadExist(threadId)
Lua (Hash):
local result = Citizen.InvokeNative(0xFF975BC4435A0FA3, threadId)