| Property | Value |
|---|---|
| Native Name | CINEMATIC_LOCATION_TRIGGER_SCRIPTED_SHOT_EVENT |
| Hash | 0x02389579A53C3276 |
| Return Type | void |
| Build | 1207 |
| Parameters | dictionary (const char*), shotName (const char*), cameraName (const char*), p3 (Any) |
Parameters
dictionary(const char*)shotName(const char*)cameraName(const char*)p3(Any)
Usage
Lua (Direct):
CinematicLocationTriggerScriptedShotEvent(dictionary, shotName, cameraName, p3)
Lua (Hash):
Citizen.InvokeNative(0x02389579A53C3276, dictionary, shotName, cameraName, p3)