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

Function getTileType

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

Source from the content-addressed store, hash-verified

344extern DFHACK_EXPORT df::tile_occupancy *getTileOccupancy(int32_t x, int32_t y, int32_t z);
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

Callers 15

maps_getTileTypeFunction · 0.85
designateNewMethod · 0.85
canStepBetweenMethod · 0.85
is_wagon_traversibleFunction · 0.85
autodump_mainFunction · 0.85
is_openFunction · 0.85
is_rough_natural_wallFunction · 0.85
is_wallFunction · 0.85
is_rough_wallFunction · 0.85
is_smooth_wallFunction · 0.85
jobStartedHandlerFunction · 0.85
add_walls_to_burrowFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected