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

Function isTileVisible

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

Source from the content-addressed store, hash-verified

327
328extern DFHACK_EXPORT bool isTileVisible(int32_t x, int32_t y, int32_t z);
329inline bool isTileVisible(df::coord pos) { return isTileVisible(pos.x, pos.y, pos.z); }
330
331// Get the map block or NULL if block is not valid.
332extern DFHACK_EXPORT df::map_block *getBlock (int32_t blockx, int32_t blocky, int32_t blockz);

Callers 6

maps_isTileVisibleFunction · 0.85
isVisibleMethod · 0.85
paint_screenFunction · 0.85
paintScreenWarmDampFunction · 0.85
do_teleFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected