// // cocos2d::extension::CCControlSwitch::~CCControlSwitch from 0x18000ca50 to 0x18000cad6 (134 bytes) // // 4 xrefs: // > sub_18000D330 @ 0x18000d38e // > sub_18000D330 @ 0x18000d34c // > @ 0x18002fdf8 // > @ 0x180049d74 // // 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::CCControlSwitch::~CCControlSwitch(cocos2d::extension::CCControlSwitch *this) { cocos2d::CCObject *v2; // rcx *(_QWORD *)this = &cocos2d::extension::CCControlSwitch::`vftable'{for `cocos2d::CCNode'}; *((_QWORD *)this + 40) = &cocos2d::extension::CCControlSwitch::`vftable'{for `cocos2d::CCTouchDelegate'}; *((_QWORD *)this + 41) = &cocos2d::extension::CCControlSwitch::`vftable'{for `cocos2d::CCAccelerometerDelegate'}; *((_QWORD *)this + 42) = &cocos2d::extension::CCControlSwitch::`vftable'{for `cocos2d::CCKeypadDelegate'}; *((_QWORD *)this + 43) = &cocos2d::extension::CCControlSwitch::`vftable'{for `cocos2d::CCKeyboardDelegate'}; *((_QWORD *)this + 44) = &cocos2d::extension::CCControlSwitch::`vftable'{for `cocos2d::CCMouseDelegate'}; *((_QWORD *)this + 51) = &cocos2d::extension::CCControlSwitch::`vftable'; v2 = *((cocos2d::CCObject **)this + 59); if ( v2 ) cocos2d::CCObject::release(v2); cocos2d::extension::CCControl::~CCControl(this); }