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

Function doGetTile

library/modules/Screen.cpp:355–358  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

353
354GUI_HOOK_DEFINE(Screen::Hooks::get_tile, doGetTile_default);
355static Pen doGetTile(int x, int y, bool map, int32_t * df::graphic_viewportst::*texpos_field = NULL)
356{
357 return GUI_HOOK_TOP(Screen::Hooks::get_tile)(x, y, map, texpos_field);
358}
359
360Pen Screen::readTile(int x, int y, bool map, int32_t * df::graphic_viewportst::*texpos_field)
361{

Callers 1

readTileMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected