| Property | Value |
|---|---|
| Native Name | BG_IS_EXITFLAG_SET |
| Hash | 0x2238EC3EC631AB1F |
| Return Type | BOOL |
| Build | 1207 |
| API Set | client |
Description: Returns true if GtaThread+0x77C is equal to 1.
Old name: _BG_EXITED_BECAUSE_BACKGROUND_THREAD_STOPPED
Note: flagged unused upstream — not referenced by any shipped R* script; behaviour is unverified.
Usage
Lua (Direct):
local result = BgIsExitflagSet()
Lua (Hash):
local result = Citizen.InvokeNative(0x2238EC3EC631AB1F)