Native referenceRedM

_DATABINDING_ADD_DATA_CONTAINER

0xEB4F9A3537EEABCD DATABINDING
FUNCTION SIGNATURE
Hash _DATABINDING_ADD_DATA_CONTAINER(`entryId` (Hash), `p1` (const char*));

Description: Returns entryId Hash

Property Value
Native Name _DATABINDING_ADD_DATA_CONTAINER
Hash 0xEB4F9A3537EEABCD
Return Type Hash
Build 1207
Parameters entryId (Hash), p1 (const char*)

Parameters

  • entryId (Hash)
  • p1 (const char*)

Usage

Lua (Direct):

local result = DatabindingAddDataContainer(entryId, p1)

Lua (Hash):

local result = Citizen.InvokeNative(0xEB4F9A3537EEABCD, entryId, p1)

Back to DATABINDING