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

Method getMainColor

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

Source from the content-addressed store, hash-verified

234}
235
236Color3B PlayerObject::getMainColor() { return this->m_pMainSprite->getColor(); }
237
238Color3B PlayerObject::getSecondaryColor() { return this->m_pSecondarySprite->getColor(); }
239

Callers 4

showCompleteTextMethod · 0.80
spawnCircleMethod · 0.80
loadLevelMethod · 0.80
updateMethod · 0.80

Calls 1

getColorMethod · 0.80

Tested by

no test coverage detected