// // cocos2d::extension::CCControlSlider::~CCControlSlider from 0x18000a430 to 0x18000a4da (170 bytes) // // 5 xrefs: // > sub_18000B0F0 @ 0x18000b14e // > sub_18000B0F0 @ 0x18000b10c // > @ 0x18002fdf8 // > @ 0x180049b1c // > @ 0x180049b28 // // 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::CCControlSlider::~CCControlSlider(cocos2d::extension::CCControlSlider *this) { cocos2d::CCObject *v2; // rcx cocos2d::CCObject *v3; // rcx cocos2d::CCObject *v4; // rcx *(_QWORD *)this = &cocos2d::extension::CCControlSlider::`vftable'{for `cocos2d::CCNode'}; *((_QWORD *)this + 40) = &cocos2d::extension::CCControlSlider::`vftable'{for `cocos2d::CCTouchDelegate'}; *((_QWORD *)this + 41) = &cocos2d::extension::CCControlSlider::`vftable'{for `cocos2d::CCAccelerometerDelegate'}; *((_QWORD *)this + 42) = &cocos2d::extension::CCControlSlider::`vftable'{for `cocos2d::CCKeypadDelegate'}; *((_QWORD *)this + 43) = &cocos2d::extension::CCControlSlider::`vftable'{for `cocos2d::CCKeyboardDelegate'}; *((_QWORD *)this + 44) = &cocos2d::extension::CCControlSlider::`vftable'{for `cocos2d::CCMouseDelegate'}; *((_QWORD *)this + 51) = &cocos2d::extension::CCControlSlider::`vftable'; v2 = *((cocos2d::CCObject **)this + 62); if ( v2 ) cocos2d::CCObject::release(v2); v3 = *((cocos2d::CCObject **)this + 63); if ( v3 ) cocos2d::CCObject::release(v3); v4 = *((cocos2d::CCObject **)this + 64); if ( v4 ) cocos2d::CCObject::release(v4); cocos2d::extension::CCControl::~CCControl(this); }