Home
last modified time | relevance | path

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

/dports/games/gemrb/gemrb-0.9.0/gemrb/core/
H A DInterface.h597 int GetArmorPenalty(unsigned int itemtype) const;
H A DInterface.cpp3554 int Interface::GetArmorPenalty(unsigned int itemtype) const in GetArmorPenalty() function in GemRB::Interface
/dports/games/gemrb/gemrb-0.9.0/gemrb/core/Scriptable/
H A DActor.cpp11053 int penalty = core->GetArmorPenalty(armorType); in GetArmorSkillPenalty()
11115 int penalty = core->GetArmorPenalty(armorType); in GetArmorWeightClass()