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

Method setHighlight

plugins/listcolumn.h:245–252  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

243 }
244
245 void setHighlight(const int index)
246 {
247 if (!initHighlightChange())
248 return;
249
250 highlighted_index = index;
251 validateHighlight();
252 }
253
254 bool initHighlightChange()
255 {

Callers 7

populateDwarfColumnMethod · 0.80
populateFortColumnMethod · 0.80
populateDwarfColumnMethod · 0.80
populateDwarfColumnMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected