-
Notifications
You must be signed in to change notification settings - Fork 7
GR5_InventoryBag
michal-kapala edited this page May 12, 2021
·
1 revision
Inventory bag is the broadest item entity, grouping inventory bag slots of some logical affiliation, like inventory (all items bought by a player) or loadout (class-specific equipped items). The association is bag.bagtype
and bagSlot.bagid
.
-
m_PersonaID
(FK ofpersonas
) -
m_InventoryBagType
(FK ofinventorybagslots
, see below) -
m_InventoryBagSlotVector
(list of bag slots referenced bym_InventoryBagType
akabagid
in the db)
-
id
(internal PK) -
pid
(mapped tom_PersonaID
) -
bagtype
(mapped tom_InventoryBagType
)
Bag types by which inventory bag slots are referenced:
0 inventory bag
1
2 mail bag
3 hidden bag
4 assault loadout bag
5 recon loadout bag
6 specialist loadout bag
7
8 deleted bag