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

Method getType

game/state/battle/battlemappart.cpp:1293–1293  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 6

attachToSomethingMethod · 0.45
findSupportMethod · 0.45
getSupportedPartsMethod · 0.45
ceaseBeingSupportedMethod · 0.45
ceaseSupportProvisionMethod · 0.45
updateFallingMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected