| Property | Value |
|---|---|
| Native Name | IS_UIAPP_RUNNING |
| Hash | 0xDE4A9B35D028979F |
| Return Type | BOOL |
| Build | 1232 |
| Parameters | appName (char*) |
Description: Returns true if the Native UI Application is running.
Usage
Lua (Direct):
local result = IsUiappRunning(appName)
Lua (Hash):
local result = Citizen.InvokeNative(0xDE4A9B35D028979F, appName)