Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codereader/DarkRadiant
/ setFilename
Method
setFilename
radiantcore/model/NullModel.cpp:22–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
20
}
21
22
void NullModel::setFilename(const std::string& filename)
23
{
24
_filename = filename;
25
}
26
27
std::string NullModel::getModelPath() const
28
{
Callers
4
createAndSelectNewParticle
Method · 0.45
createParticleFromSource
Function · 0.45
setParticleFilename
Function · 0.45
loadModel
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected