MCPcopy Create free account
hub / github.com/ddnet/ddnet / ButtonColorMul

Method ButtonColorMul

src/game/client/ui.cpp:436–443  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

434}
435
436float CUi::ButtonColorMul(const void *pId)
437{
438 if(CheckActiveItem(pId))
439 return ButtonColorMulActive();
440 else if(HotItem() == pId)
441 return ButtonColorMulHot();
442 return ButtonColorMulDefault();
443}
444
445const CUIRect *CUi::Screen()
446{

Callers 7

DoButton_MenuMethod · 0.80
DoButton_ColorPickerMethod · 0.80
RenderSettingsBlockMethod · 0.80
RenderMethod · 0.80
DoKeyReaderMethod · 0.80
DoColorPickerButtonMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected