Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1143
int Scenery::getType() const { return (int)0; }
1144
1145
UString Scenery::getSupportString() const { return format(
"%d"
, supportHardness); }
1146
1147
void Scenery::setPosition(const Vec3<float> &pos)
1148
{
Callers
1
attemptReLinkSupports
Method · 0.45
Calls
1
format
Function · 0.85
Tested by
no test coverage detected