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

Method getFilename

plugins/script/interfaces/ModelInterface.cpp:47–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45{}
46
47std::string ScriptModelNode::getFilename()
48{
49 model::ModelNodePtr modelNode = Node_getModel(*this);
50 if (modelNode == NULL) return "";
51
52 return modelNode->getIModel().getFilename();
53}
54
55std::string ScriptModelNode::getModelPath()
56{

Callers 2

executeCommandMethod · 0.45
loadCommandScriptMethod · 0.45

Calls 1

Node_getModelFunction · 0.85

Tested by

no test coverage detected