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

Method setHighlight

game/ui/components/equipscreen.cpp:49–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49void EquipmentPaperDoll::setHighlight(const std::set<EquipmentSlotType> &types)
50{
51 this->slotHighlightTypes = types;
52 this->setDirty();
53}
54
55void EquipmentPaperDoll::setNonHighlightColour(const Colour &colour)
56{

Callers 1

Calls 1

setDirtyMethod · 0.80

Tested by

no test coverage detected