Native referenceRedM

_ITEMDATABASE_GET_SHOP_LAYOUT_PAGE_ITEM_KEY

0xF32BEF578B3DBAE8 ITEMDATABASE
FUNCTION SIGNATURE
BOOL _ITEMDATABASE_GET_SHOP_LAYOUT_PAGE_ITEM_KEY(`layout` (Hash), `pageKey` (Hash), `index` (int), `outItemKey` (Hash*), `outMenuId` (int*), `outLayout` (Hash*));
Property Value
Native Name _ITEMDATABASE_GET_SHOP_LAYOUT_PAGE_ITEM_KEY
Hash 0xF32BEF578B3DBAE8
Return Type BOOL
Build 1207
Parameters layout (Hash), pageKey (Hash), index (int), outItemKey (Hash*), outMenuId (int*), outLayout (Hash*)

Parameters

  • layout (Hash)
  • pageKey (Hash)
  • index (int)
  • outItemKey (Hash*)
  • outMenuId (int*)
  • outLayout (Hash*)

Usage

Lua (Direct):

local result = ItemdatabaseGetShopLayoutPageItemKey(layout, pageKey, index, outItemKey, outMenuId, outLayout)

Lua (Hash):

local result = Citizen.InvokeNative(0xF32BEF578B3DBAE8, layout, pageKey, index, outItemKey, outMenuId, outLayout)

Back to ITEMDATABASE