| 346 | inline df::tiletype *getTileType(df::coord pos) { return getTileType(pos.x, pos.y, pos.z); } |
| 347 | inline df::tile_designation *getTileDesignation(df::coord pos) { return getTileDesignation(pos.x, pos.y, pos.z); } |
| 348 | inline 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. |
| 351 | DFHACK_EXPORT df::region_map_entry *getRegionBiome(df::coord2d rgn_pos); |
no outgoing calls
no test coverage detected