// // cocos2d::extension::CCControlPotentiometer::setProgressTimer from 0x180008c70 to 0x180008cbb (75 bytes) // // 2 xrefs: // > @ 0x18002fdf8 // > @ 0x180049930 // // 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 // // Alternative name is '?setBackground@CCControlHuePicker@extension@cocos2d@@QEAAXPEAVCCSprite@3@@Z' // Alternative name is '?setPlusSprite@CCControlStepper@extension@cocos2d@@QEAAXPEAVCCSprite@3@@Z' void __fastcall cocos2d::extension::CCControlPotentiometer::setProgressTimer( cocos2d::extension::CCControlPotentiometer *this, struct cocos2d::CCProgressTimer *a2) { cocos2d::CCObject *v4; // rcx if ( *((struct cocos2d::CCProgressTimer **)this + 60) != a2 ) { if ( a2 ) cocos2d::CCObject::retain(a2); v4 = *((cocos2d::CCObject **)this + 60); if ( v4 ) cocos2d::CCObject::release(v4); *((_QWORD *)this + 60) = a2; } }