// // cocos2d::extension::CCControlPotentiometer::setMinimumValue from 0x1800091c0 to 0x1800091f0 (48 bytes) // // 1 xrefs: // > @ 0x18002fdf8 // // This function is hookable on this platform! // // Using BromaIDA 8.0.0 @ https://github.com/Stazzical/BromaIDA // Using bindings at commit ba9f177b at Thu Jul 16 22:52:06 2026 from https://github.com/geode-sdk/bindings // void __fastcall cocos2d::extension::CCControlPotentiometer::setMinimumValue( cocos2d::extension::CCControlPotentiometer *this, float a2) { float v3; // xmm1_4 v3 = *((float *)this + 126); *((float *)this + 125) = a2; if ( a2 >= v3 ) { v3 = a2 + 1.0; *((float *)this + 126) = a2 + 1.0; } cocos2d::extension::CCControlPotentiometer::setValue(this, v3); }