| Property | Value |
|---|---|
| Native Name | BG_DOES_LAUNCH_PARAM_EXIST |
| Hash | 0x4AE1DFF337A86FDE |
| Return Type | BOOL |
| Build | 1207 |
| Parameters | scriptIndex (int), p1 (const char*) |
Parameters
scriptIndex(int)p1(const char*)
Usage
Lua (Direct):
local result = BgDoesLaunchParamExist(scriptIndex, p1)
Lua (Hash):
local result = Citizen.InvokeNative(0x4AE1DFF337A86FDE, scriptIndex, p1)