Native referenceRedM

_CASHINVENTORY_TRANSACTION_GET_ITEM_INFO

0x7616B5F0895C2D99 NETSHOPPING
FUNCTION SIGNATURE
BOOL _CASHINVENTORY_TRANSACTION_GET_ITEM_INFO(`id` (int), `index` (int), `itemInfo` (Any*));
Property Value
Native Name _CASHINVENTORY_TRANSACTION_GET_ITEM_INFO
Hash 0x7616B5F0895C2D99
Return Type BOOL
Build 1207
Parameters id (int), index (int), itemInfo (Any*)

Parameters

  • id (int)
  • index (int)
  • itemInfo (Any*)

Usage

Lua (Direct):

local result = CashinventoryTransactionGetItemInfo(id, index, itemInfo)

Lua (Hash):

local result = Citizen.InvokeNative(0x7616B5F0895C2D99, id, index, itemInfo)

Back to NETSHOPPING