MCPcopy Create free account
hub / github.com/Open-GD/OpenGD / setScaleMultiplier

Method setScaleMultiplier

Source/MenuItemSpriteExtra.cpp:49–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49void MenuItemSpriteExtra::setScaleMultiplier(float s) {
50 m_fScaleMult = s;
51 m_fSelectedScale = m_fUnselectedScale * s;
52}
53
54void MenuItemSpriteExtra::setSpriteFrame(std::string_view frame)
55{

Callers 2

initMethod · 0.80
initMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected