Native referenceRedM

BG_GET_LAUNCH_PARAM_VALUE

0x55C40B7592BAD213 SCRIPTS
FUNCTION SIGNATURE
int BG_GET_LAUNCH_PARAM_VALUE(`scriptIndex` (int), `p1` (const char*));
Property Value
Native Name BG_GET_LAUNCH_PARAM_VALUE
Hash 0x55C40B7592BAD213
Return Type int
Build 1207
Parameters scriptIndex (int), p1 (const char*)

Parameters

  • scriptIndex (int)
  • p1 (const char*)

Usage

Lua (Direct):

local result = BgGetLaunchParamValue(scriptIndex, p1)

Lua (Hash):

local result = Citizen.InvokeNative(0x55C40B7592BAD213, scriptIndex, p1)

Back to SCRIPTS