MCPcopy Create free account
hub / github.com/Open-GD/OpenGD / setSecondaryColor

Method setSecondaryColor

Source/SimplePlayer.cpp:111–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109}
110
111void SimplePlayer::setSecondaryColor(Color3B col) {
112 m_pSecondarySprite->setColor(col);
113 m_SecondaryColor = col;
114}
115
116void SimplePlayer::setGlow(bool glow) {
117 m_pGlowSprite->setVisible(glow);

Callers 5

initMethod · 0.45
loadPageFromUserInfoMethod · 0.45
initMethod · 0.45
resetPlayerMethod · 0.45
initMethod · 0.45

Calls 1

setColorMethod · 0.45

Tested by

no test coverage detected