GameInventorySlot
Slot for items in the inventory
enum GameInventorySlot {
BACKPACK
GRENADE
MELEE
NEUTRAL
PRIMARY
REGULAR
SECONDARY
STASH
TELEPORT
}
Values
GameInventorySlot.BACKPACK
BACKPACK
GameInventorySlot.GRENADE
GRENADE
GameInventorySlot.MELEE
MELEE
GameInventorySlot.NEUTRAL
NEUTRAL
GameInventorySlot.PRIMARY
PRIMARY
GameInventorySlot.REGULAR
REGULAR
GameInventorySlot.SECONDARY
SECONDARY
GameInventorySlot.STASH
STASH
GameInventorySlot.TELEPORT
TELEPORT
Member Of
GameEventPlayerItemPick
object ● GameEventPlayerItemUpdate
object ● GameStatePlayerInventoryEntry
object