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

Method refreshModel

radiantcore/entity/ModelKey.cpp:31–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31void ModelKey::refreshModel()
32{
33 if (!_model.node) return;
34
35 attachModelNodeKeepingSkin();
36}
37
38// Update the contained model from the provided keyvalues
39void ModelKey::modelChanged(const std::string& value)

Callers 3

preMethod · 0.45
refreshSelectedModelsFunction · 0.45
refreshModelsByPathFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected