Home
last modified time | relevance | path

Searched refs:SetArmorSlot (Results 1 – 3 of 3) sorted by relevance

/dports/games/gemrb/gemrb-0.9.0/gemrb/core/
H A DInventory.h354 static void SetArmorSlot(int arg);
H A DInventory.cpp1097 void Inventory::SetArmorSlot(int arg) in SetArmorSlot() function in GemRB::Inventory
H A DInterface.cpp3460 case SLOT_EFFECT_ITEM: Inventory::SetArmorSlot(i); break; in InitItemTypes()