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

Method getDamageType

src/Ruleset/RuleItem.cpp:455–458  ·  view source on GitHub ↗

* Gets the item's damage type. * @return The damage type. */

Source from the content-addressed store, hash-verified

453 * @return The damage type.
454 */
455ItemDamageType RuleItem::getDamageType() const
456{
457 return _damageType;
458}
459
460/**
461 * Gets the item's battlye type.

Callers 6

ActionMenuStateMethod · 0.80
setupPatrolMethod · 0.80
thinkMethod · 0.80
explodeMethod · 0.80
checkForCasualtiesMethod · 0.80
ArticleStateItemMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected