BOOL _ITEMDATABASE_GET_SHOP_LAYOUT_MENU_PAGE_KEY(`layout` (Hash), `menu` (Hash), `index` (int), `outPageKey` (Hash*));
| Property |
Value |
| Native Name |
_ITEMDATABASE_GET_SHOP_LAYOUT_MENU_PAGE_KEY |
| Hash |
0x9A60570657A7B635 |
| Return Type |
BOOL |
| Build |
1207 |
| Parameters |
layout (Hash), menu (Hash), index (int), outPageKey (Hash*) |
Parameters
layout (Hash)
menu (Hash)
index (int)
outPageKey (Hash*)
Usage
Lua (Direct):
local result = ItemdatabaseGetShopLayoutMenuPageKey(layout, menu, index, outPageKey)
Lua (Hash):
local result = Citizen.InvokeNative(0x9A60570657A7B635, layout, menu, index, outPageKey)
Back to ITEMDATABASE