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

Method getSupportString

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

Source from the content-addressed store, hash-verified

1143int Scenery::getType() const { return (int)0; }
1144
1145UString Scenery::getSupportString() const { return format("%d", supportHardness); }
1146
1147void Scenery::setPosition(const Vec3<float> &pos)
1148{

Callers 1

attemptReLinkSupportsMethod · 0.45

Calls 1

formatFunction · 0.85

Tested by

no test coverage detected