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

Method getMeleePower

src/Ruleset/RuleItem.cpp:862–865  ·  view source on GitHub ↗

* How much damage does this weapon do when you punch someone in the face with it? * @return The weapon's melee power. */

Source from the content-addressed store, hash-verified

860 * @return The weapon's melee power.
861 */
862int RuleItem::getMeleePower() const
863{
864 return _meleePower;
865}
866
867/**
868 * Is line of sight required for this psionic weapon to function?

Callers 1

initMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected