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

Function ScaleName

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

Source from the content-addressed store, hash-verified

84}
85
86RString ScaleName(InputContext ctx, const UserActionDesc& desc)
87{
88 return BindingName(ctx, desc) + RString("_scale");
89}
90
91void BindAxis(InputProfile& profile, UserAction action, int axis, float scale)
92{

Callers 2

LoadMethod · 0.85
SaveMethod · 0.85

Calls 2

BindingNameFunction · 0.85
RStringClass · 0.50

Tested by

no test coverage detected