| 1291 | UString BattleMapPart::getId() const { return type.id; } |
| 1292 | |
| 1293 | int BattleMapPart::getType() const { return (int)type->type; } |
| 1294 | |
| 1295 | UString BattleMapPart::getSupportString() const { return providesHardSupport ? "HARD" : "SOFT"; } |
| 1296 |
no outgoing calls
no test coverage detected