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

Method getSideArmor

src/Ruleset/Armor.cpp:127–130  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

125 * @return The side armor level.
126 */
127int Armor::getSideArmor() const
128{
129 return _sideArmor;
130}
131
132/**
133 * Gets the rear 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