Native referenceRedM

_0xEA113BF9B0C0C5D7

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

Parameters

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

Usage

Lua (Direct):

local result = _0xEA113BF9B0C0C5D7(dictionary, shotName, duration)

Lua (Hash):

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

Back to CAM