BOOL _ITEMDATABASE_GET_BUNDLE_ITEM_INFO(`bundleId` (int), `data` (Any*), `index` (int), `outBundle` (Hash*));
| Property |
Value |
| Native Name |
_ITEMDATABASE_GET_BUNDLE_ITEM_INFO |
| Hash |
0x5D48A77E4B668B57 |
| Return Type |
BOOL |
| Build |
1207 |
| API Set |
client |
Description: Outputs bundle item info.
struct BundleItemInfo
{
Hash item;
Hash slotId;
int unk2;
int unk3;
};
Usage
Lua (Direct):
local result = ItemdatabaseGetBundleItemInfo()
Lua (Hash):
local result = Citizen.InvokeNative(0x5D48A77E4B668B57)
Back to ITEMDATABASE