Native referenceRedM

LOAD_SCENE_START

0x387AD749E3B69B70 STREAMING
FUNCTION SIGNATURE
BOOL LOAD_SCENE_START(`posX` (float), `posY` (float), `posZ` (float), `offsetX` (float), `offsetY` (float), `offsetZ` (float), `radius` (float), `controlFlags` (int));
Property Value
Native Name LOAD_SCENE_START
Hash 0x387AD749E3B69B70
Return Type BOOL
Build 1207
Parameters posX (float), posY (float), posZ (float), offsetX (float), offsetY (float), offsetZ (float), radius (float), controlFlags (int)

Parameters

  • posX (float)
  • posY (float)
  • posZ (float)
  • offsetX (float)
  • offsetY (float)
  • offsetZ (float)
  • radius (float)
  • controlFlags (int)

Usage

Lua (Direct):

local result = LoadSceneStart(posX, posY, posZ, offsetX, offsetY, offsetZ, radius, controlFlags)

Lua (Hash):

local result = Citizen.InvokeNative(0x387AD749E3B69B70, posX, posY, posZ, offsetX, offsetY, offsetZ, radius, controlFlags)

Back to STREAMING