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

Method capture

plugins/script/interfaces/SkinInterface.cpp:10–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8{
9
10ScriptModelSkin ModelSkinCacheInterface::capture(const std::string& name)
11{
12 return ScriptModelSkin(GlobalModelSkinCache().findSkin(name));
13}
14
15StringList ModelSkinCacheInterface::getSkinsForModel(const std::string& model)
16{

Callers 3

TEST_FFunction · 0.45
captureShaderMethod · 0.45
setRenderSystemMethod · 0.45

Calls 2

ScriptModelSkinClass · 0.85
findSkinMethod · 0.80

Tested by

no test coverage detected