MCPcopy Create free account
hub / github.com/OpenApoc/OpenApoc / setHighlightColours

Method setHighlightColours

game/ui/components/equipscreen.cpp:43–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43void EquipmentPaperDoll::setHighlightColours(const std::array<Colour, 2> &colours)
44{
45 this->slotHighlightColours = colours;
46 this->setDirty();
47}
48
49void EquipmentPaperDoll::setHighlight(const std::set<EquipmentSlotType> &types)
50{

Callers 1

Calls 1

setDirtyMethod · 0.80

Tested by

no test coverage detected