Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codereader/DarkRadiant
/ getEntityColour
Method
getEntityColour
radiantcore/entity/EntityNode.cpp:573–576 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
571
}
572
573
Vector4 EntityNode::getEntityColour() const
574
{
575
return _spawnArgs.getEntityClass()->getColour();
576
}
577
578
void EntityNode::onPostUndo()
579
{
Callers
5
update
Method · 0.45
generate
Method · 0.45
getVertexColour
Method · 0.45
RenderableEntityName.cpp
File · 0.45
updateGeometry
Method · 0.45
Calls
2
getColour
Method · 0.45
getEntityClass
Method · 0.45
Tested by
no test coverage detected