MCPcopy 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
124std::string StaticModelNode::getSkin() const
125{
126 return !_skin.empty() ? _skin : _defaultSkin;
127}
128
129void StaticModelNode::setDefaultSkin(const std::string& defaultSkin)
130{

Callers 12

onModelLoadedMethod · 0.45
setSkinKeyAndCheckModelFunction · 0.45
TEST_FFunction · 0.45
prepareSceneMethod · 0.45
preMethod · 0.45
ScriptModelDefMethod · 0.45
getActiveMaterialsMethod · 0.45
updateModelsInSceneMethod · 0.45
inheritFromMethod · 0.45
attachModelNodeMethod · 0.45

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected