Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SimHacker/micropolis
/ setBuffer
Method
setBuffer
MicropolisCore/src/TileEngine/src/tileengine.cpp:107–111 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
105
106
107
void TileEngine::setBuffer(
108
void *buf)
109
{
110
bufData = buf;
111
}
112
113
114
unsigned long TileEngine::getValue(
Callers
15
initGamePython
Method · 0.95
configTileEngine
Method · 0.80
getResidentialImageAlphaSize
Method · 0.80
getCommercialImageAlphaSize
Method · 0.80
getIndustrialImageAlphaSize
Method · 0.80
getTransportationImageAlphaSize
Method · 0.80
getPopulationDensityImageAlphaSize
Method · 0.80
getRateOfGrowthImageAlphaSize
Method · 0.80
getLandValueImageAlphaSize
Method · 0.80
getCrimeRateImageAlphaSize
Method · 0.80
getPollutionDensityImageAlphaSize
Method · 0.80
getTrafficDensityImageAlphaSize
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected