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

Method getRearArmor

src/Ruleset/Armor.cpp:136–139  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

134 * @return The rear armor level.
135 */
136int Armor::getRearArmor() const
137{
138 return _rearArmor;
139}
140
141/**
142 * Gets the under armor level.

Callers 4

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

Calls

no outgoing calls

Tested by

no test coverage detected