MCPcopy 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

loadCommandScriptMethod · 0.45
getSoundFileDurationMethod · 0.45
playMethod · 0.45

Calls 1

getDeclNameMethod · 0.80

Tested by

no test coverage detected