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

Method isStrengthApplied

src/Ruleset/RuleItem.cpp:825–828  ·  view source on GitHub ↗

* Is strength applied to the damage of this weapon? * @return If we should apply strength. */

Source from the content-addressed store, hash-verified

823 * @return If we should apply strength.
824 */
825bool RuleItem::isStrengthApplied() const
826{
827 return _strengthApplied;
828}
829
830/**
831 * Is skill applied to the accuracy of this weapon?

Callers 1

initMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected