| Property | Value |
|---|---|
| Native Name | _CLOSE_UIAPP_BY_HASH_IMMEDIATE |
| Hash | 0x04428420A248A354 |
| Return Type | void |
| Build | 1207 |
| Parameters | appNameHash (Hash) |
Description: Immediately closes the specified UI app by its hash.
Usage
Lua (Direct):
CloseUiappByHashImmediate(appNameHash)
Lua (Hash):
Citizen.InvokeNative(0x04428420A248A354, appNameHash)