MCPcopy 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
573Vector4 EntityNode::getEntityColour() const
574{
575 return _spawnArgs.getEntityClass()->getColour();
576}
577
578void EntityNode::onPostUndo()
579{

Callers 5

updateMethod · 0.45
generateMethod · 0.45
getVertexColourMethod · 0.45
updateGeometryMethod · 0.45

Calls 2

getColourMethod · 0.45
getEntityClassMethod · 0.45

Tested by

no test coverage detected