Native referenceRedM

_ITEMDATABASE_GET_COMPONENT_ITEM

0x8750F69A720C2E41 ITEMDATABASE
FUNCTION SIGNATURE
BOOL _ITEMDATABASE_GET_COMPONENT_ITEM(`collectionId` (int), `index` (int), `outKey` (Hash*));

Description: Params: p2 can be a component item hash

Property Value
Native Name _ITEMDATABASE_GET_COMPONENT_ITEM
Hash 0x8750F69A720C2E41
Return Type BOOL
Build 1207
Parameters collectionId (int), index (int), outKey (Hash*)

Parameters

  • collectionId (int)
  • index (int)
  • outKey (Hash*)

Usage

Lua (Direct):

local result = ItemdatabaseGetComponentItem(collectionId, index, outKey)

Lua (Hash):

local result = Citizen.InvokeNative(0x8750F69A720C2E41, collectionId, index, outKey)

End of ITEMDATABASE natives part 1

Back to ITEMDATABASE