MCPcopy Create free account
hub / github.com/OpenApoc/OpenApoc / getDModId

Method getDModId

tools/extractors/common/tacp.h:50–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48 }
49
50 UString getDModId(int idx) const
51 {
52 return DamageModifier::getPrefix() + canon_string(this->damage_modifier_names->get(idx));
53 }
54};
55
56// TACP &getTACPData();

Callers 1

extractAgentEquipmentMethod · 0.80

Calls 2

canon_stringFunction · 0.85
getMethod · 0.45

Tested by

no test coverage detected