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

Method getType

game/state/city/scenery.cpp:1143–1143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1141UString Scenery::getId() const { return type.id; }
1142
1143int Scenery::getType() const { return (int)0; }
1144
1145UString Scenery::getSupportString() const { return format("%d", supportHardness); }
1146

Callers 15

overrideGameMethod · 0.45
getUnitIfPresentMethod · 0.45
getUnitsMethod · 0.45
getItemsMethod · 0.45
getSupportedPartsMethod · 0.45
attachToSomethingMethod · 0.45
findSupportMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected