Native referenceRedM

_0xC3AEBB276825A359

0xC3AEBB276825A359 CAM
FUNCTION SIGNATURE
BOOL _0xC3AEBB276825A359(`dictionary` (const char*), `shotName` (const char*), `duration` (int));
Property Value
Native Name _0xC3AEBB276825A359
Hash 0xC3AEBB276825A359
Return Type BOOL
Build 1436
Parameters dictionary (const char*), shotName (const char*), duration (int)

Parameters

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

Usage

Lua (Direct):

local result = _0xC3AEBB276825A359(dictionary, shotName, duration)

Lua (Hash):

local result = Citizen.InvokeNative(0xC3AEBB276825A359, dictionary, shotName, duration)

Back to CAM