Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
extractAgentEquipment
Method · 0.80
Calls
2
canon_string
Function · 0.85
get
Method · 0.45
Tested by
no test coverage detected