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

Function BindingName

engine/Poseidon/UI/Settings/ContextControlsConfig.cpp:76–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74}
75
76RString BindingName(InputContext ctx, const UserActionDesc& desc)
77{
78 return RString(ContextPrefix(ctx)) + RString(desc.name);
79}
80
81RString ModifierName(InputContext ctx, const UserActionDesc& desc)
82{

Callers 4

ModifierNameFunction · 0.85
ScaleNameFunction · 0.85
LoadMethod · 0.85
SaveMethod · 0.85

Calls 2

ContextPrefixFunction · 0.85
RStringClass · 0.50

Tested by

no test coverage detected