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

Function doSetTile

library/modules/Screen.cpp:230–233  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

228
229GUI_HOOK_DEFINE(Screen::Hooks::set_tile, doSetTile_default);
230static bool doSetTile(const Pen &pen, int x, int y, bool map, int32_t * df::graphic_viewportst::*texpos_field = NULL)
231{
232 return GUI_HOOK_TOP(Screen::Hooks::set_tile)(pen, x, y, map, texpos_field);
233}
234
235bool Screen::paintTile(const Pen &pen, int x, int y, bool map, int32_t * df::graphic_viewportst::*texpos_field)
236{

Callers 3

paintTileMethod · 0.85
fillRectMethod · 0.85
drawBorderMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected