MCPcopy Create free account
hub / github.com/DFHack/dfhack / getTileDesignation

Function getTileDesignation

library/include/modules/Maps.h:347–347  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

345
346inline df::tiletype *getTileType(df::coord pos) { return getTileType(pos.x, pos.y, pos.z); }
347inline df::tile_designation *getTileDesignation(df::coord pos) { return getTileDesignation(pos.x, pos.y, pos.z); }
348inline df::tile_occupancy *getTileOccupancy(df::coord pos) { return getTileOccupancy(pos.x, pos.y, pos.z); }
349
350// Returns biome info about the specified world region.

Callers 15

maps_getTileFlagsFunction · 0.85
autoDFAnnouncementMethod · 0.85
isTileAquiferMethod · 0.85
setTileAquiferMethod · 0.85
removeTileAquiferMethod · 0.85
processMethod · 0.85
is_aquiferFunction · 0.85
is_wetFunction · 0.85
update_tile_maskFunction · 0.85
paintScreenWarmDampFunction · 0.85
getMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected