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

Function getTileOccupancy

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

Source from the content-addressed store, hash-verified

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.
351DFHACK_EXPORT df::region_map_entry *getRegionBiome(df::coord2d rgn_pos);

Callers 15

maps_getTileFlagsFunction · 0.85
findAtTileMethod · 0.85
isTileHeavyAquiferMethod · 0.85
setTileAquiferMethod · 0.85
removeTileAquiferMethod · 0.85
teleportMethod · 0.85
is_wagon_traversibleFunction · 0.85
is_heavy_aquiferFunction · 0.85
process_taken_dig_jobFunction · 0.85
getMethod · 0.85
add_markersFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected