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

Method setNonHighlightColour

game/ui/components/equipscreen.cpp:55–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55void EquipmentPaperDoll::setNonHighlightColour(const Colour &colour)
56{
57 this->nonHighlightColour = colour;
58 this->setDirty();
59}
60
61void EquipmentPaperDoll::update()
62{

Callers 1

VEquipScreenMethod · 0.80

Calls 1

setDirtyMethod · 0.80

Tested by

no test coverage detected