Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
236
Color3B PlayerObject::getMainColor() { return this->m_pMainSprite->getColor(); }
237
238
Color3B PlayerObject::getSecondaryColor() { return this->m_pSecondarySprite->getColor(); }
239
Callers
4
showCompleteText
Method · 0.80
spawnCircle
Method · 0.80
loadLevel
Method · 0.80
update
Method · 0.80
Calls
1
getColor
Method · 0.80
Tested by
no test coverage detected