Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
55
void EquipmentPaperDoll::setNonHighlightColour(const Colour &colour)
56
{
57
this->nonHighlightColour = colour;
58
this->setDirty();
59
}
60
61
void EquipmentPaperDoll::update()
62
{
Callers
1
VEquipScreen
Method · 0.80
Calls
1
setDirty
Method · 0.80
Tested by
no test coverage detected