Skip to main content

armor_equipment

Function armor_equipment 

Source
pub(crate) const fn armor_equipment(index: usize) -> EquipmentSlot
Expand description

The equipment slot for an armor/offhand container index.

ยงPanics

Panics if index is not an equipment index. Menu sections restrict themselves to PlayerInventory::ARMOR_TOP_DOWN and PlayerInventory::SLOT_OFFHAND, so this is unreachable from them.