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

Method getWeight

src/Ruleset/Armor.cpp:238–241  ·  view source on GitHub ↗

* Gets the armor's weight. * @return the weight of the armor. */

Source from the content-addressed store, hash-verified

236 * @return the weight of the armor.
237 */
238int Armor::getWeight()
239{
240 return _weight;
241}
242}

Callers 6

initMethod · 0.45
getTopItemSpriteMethod · 0.45
getCarriedWeightMethod · 0.45
addItemMethod · 0.45
validThrowRangeMethod · 0.45
validateThrowMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected