MCPcopy Create free account
hub / github.com/codereader/DarkRadiant / onModelKeyChanged

Method onModelKeyChanged

radiantcore/entity/EntityNode.cpp:525–530  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

523}
524
525void EntityNode::onModelKeyChanged(const std::string& value)
526{
527 // Default implementation suitable for Light, Generic and EClassModel
528 // Dispatch the call to the key observer, which will create the child node
529 _modelKey.modelChanged(value);
530}
531
532void EntityNode::_modelKeyChanged(const std::string& value)
533{

Callers

nothing calls this directly

Calls 1

modelChangedMethod · 0.45

Tested by

no test coverage detected