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

Method getFrontArmor

src/Ruleset/Armor.cpp:118–121  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

116 * @return The front armor level.
117 */
118int Armor::getFrontArmor() const
119{
120 return _frontArmor;
121}
122
123/**
124 * Gets the side 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