Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
17
namespace
18
{
19
RString KeyName(const UserActionDesc& desc)
20
{
21
return RString(
"key"
) + RString(desc.name);
22
}
23
RString ModName(const UserActionDesc& desc)
24
{
25
return RString(
"key"
) + RString(desc.name) + RString(
"_mod"
);
Callers
2
Load
Method · 0.85
Save
Method · 0.85
Calls
1
RString
Class · 0.50
Tested by
no test coverage detected