MCPcopy Create free account
hub / github.com/BohemiaInteractive/CWR / KeyName

Function KeyName

engine/Poseidon/UI/Settings/ControlsConfig.cpp:19–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17namespace
18{
19RString KeyName(const UserActionDesc& desc)
20{
21 return RString("key") + RString(desc.name);
22}
23RString ModName(const UserActionDesc& desc)
24{
25 return RString("key") + RString(desc.name) + RString("_mod");

Callers 2

LoadMethod · 0.85
SaveMethod · 0.85

Calls 1

RStringClass · 0.50

Tested by

no test coverage detected