MCPcopy Create free account
hub / github.com/OpenXcom/OpenXcom / getUnderArmor

Method getUnderArmor

src/Ruleset/Armor.cpp:145–148  ·  view source on GitHub ↗

* Gets the under armor level. * @return The under armor level. */

Source from the content-addressed store, hash-verified

143 * @return The under armor level.
144 */
145int Armor::getUnderArmor() const
146{
147 return _underArmor;
148}
149
150
151/**

Callers 4

BattleUnitMethod · 0.80
initMethod · 0.80
ArticleStateArmorMethod · 0.80
ArticleStateVehicleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected