Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DFHack/dfhack
/ init_iceinfo
Method
init_iceinfo
library/modules/MapCache.cpp:213–219 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
211
}
212
213
void MapExtras::Block::TileInfo::init_iceinfo()
214
{
215
if (ice_info)
216
return;
217
218
ice_info = new IceInfo();
219
}
220
221
void MapExtras::Block::TileInfo::init_coninfo()
222
{
Callers
1
ParseTiles
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected