Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codereader/DarkRadiant
/ getName
Method
getName
plugins/script/interfaces/SkinInterface.h:20–23 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
18
{}
19
20
std::string getName()
21
{
22
return _skin ? _skin->getDeclName() : std::string();
23
}
24
25
std::string getRemap(const std::string& name)
26
{
Callers
5
loadCommandScript
Method · 0.45
SelectionGroupInterface.cpp
File · 0.45
SelectionSetInterface.cpp
File · 0.45
getSoundFileDuration
Method · 0.45
play
Method · 0.45
Calls
1
getDeclName
Method · 0.80
Tested by
no test coverage detected