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

Function ModName

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

Source from the content-addressed store, hash-verified

21 return RString("key") + RString(desc.name);
22}
23RString ModName(const UserActionDesc& desc)
24{
25 return RString("key") + RString(desc.name) + RString("_mod");
26}
27
28// True if the packed binding belongs in controls.cfg (keyboard scancodes
29// or mouse buttons). Joystick-class entries (STICK / STICK_AXIS /

Callers 2

LoadMethod · 0.85
SaveMethod · 0.85

Calls 1

RStringClass · 0.50

Tested by

no test coverage detected