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

Method inGraphicsMode

library/modules/Screen.cpp:112–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110*/
111
112bool Screen::inGraphicsMode()
113{
114 return init && init->display.flag.is_set(init_display_flags::USE_GRAPHICS);
115}
116
117static bool doSetTile_map(const Pen &pen, int x, int y, int32_t * df::graphic_viewportst::*texpos_field) {
118 auto &vp = gps->main_viewport;

Callers

nothing calls this directly

Calls 1

is_setMethod · 0.80

Tested by

no test coverage detected