Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codereader/DarkRadiant
/ getSkin
Method
getSkin
radiantcore/model/StaticModelNode.cpp:124–127 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
122
}
123
124
std::string StaticModelNode::getSkin() const
125
{
126
return !_skin.empty() ? _skin : _defaultSkin;
127
}
128
129
void StaticModelNode::setDefaultSkin(const std::string& defaultSkin)
130
{
Callers
12
onModelLoaded
Method · 0.45
expectModelDefHasMeshAndSkin
Function · 0.45
expectEntityHasSkinnedModel
Function · 0.45
setSkinKeyAndCheckModel
Function · 0.45
TEST_F
Function · 0.45
prepareScene
Method · 0.45
pre
Method · 0.45
ScriptModelDef
Method · 0.45
getActiveMaterials
Method · 0.45
updateModelsInScene
Method · 0.45
inheritFrom
Method · 0.45
attachModelNode
Method · 0.45
Calls
1
empty
Method · 0.45
Tested by
no test coverage detected