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

Method getSecondaryColor

Source/PlayerObject.cpp:238–238  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

236Color3B PlayerObject::getMainColor() { return this->m_pMainSprite->getColor(); }
237
238Color3B PlayerObject::getSecondaryColor() { return this->m_pSecondarySprite->getColor(); }
239
240void PlayerObject::setIsDead(bool value) { m_bIsDead = value; }
241

Callers 3

showCompleteTextMethod · 0.80
loadLevelMethod · 0.80
updateMethod · 0.80

Calls 1

getColorMethod · 0.80

Tested by

no test coverage detected