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