Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codereader/DarkRadiant
/ getRemap
Method
getRemap
plugins/script/interfaces/SkinInterface.h:25–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
}
24
25
std::string getRemap(const std::string& name)
26
{
27
return _skin ? _skin->getRemap(name) : std::string();
28
}
29
};
30
31
/**
Callers
1
getActiveMaterials
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected