Native referenceRedM

_CINEMATIC_LOCATION_TRIGGER_SCRIPTED_SHOT_EVENT_2

0xBC016635D6A73B31 CAM
FUNCTION SIGNATURE
void _CINEMATIC_LOCATION_TRIGGER_SCRIPTED_SHOT_EVENT_2(`dictionary` (const char*), `shotName` (const char*), `duration` (int));
Property Value
Native Name _CINEMATIC_LOCATION_TRIGGER_SCRIPTED_SHOT_EVENT_2
Hash 0xBC016635D6A73B31
Return Type void
Build 1207
Parameters dictionary (const char*), shotName (const char*), duration (int)

Parameters

  • dictionary (const char*)
  • shotName (const char*)
  • duration (int)

Usage

Lua (Direct):

CinematicLocationTriggerScriptedShotEvent2(dictionary, shotName, duration)

Lua (Hash):

Citizen.InvokeNative(0xBC016635D6A73B31, dictionary, shotName, duration)

Back to CAM