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

Method chtile

library/include/modules/Screen.h:122–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120 Pen color(int8_t nfg, bool nbold, int8_t nbg) const { Pen cp(*this); cp.adjust(nfg, nbold, nbg); return cp; }
121
122 Pen chtile(char ch) { Pen cp(*this); cp.ch = ch; return cp; }
123 Pen chtile(char ch, int tile) { Pen cp(*this); cp.ch = ch; cp.tile = tile; return cp; }
124 };
125

Callers 1

Screen.hFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected