// // cocos2d::extension::CCTableView::unregisterAllScriptHandler from 0x180016730 to 0x1800167ad (125 bytes) // // 3 xrefs: // > cocos2d::extension::CCTableView::~CCTableView @ 0x180014fad // > @ 0x18002fdf8 // > @ 0x18004a92c // // 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::CCTableView::unregisterAllScriptHandler(cocos2d::extension::CCTableView *this) { cocos2d::extension::CCScrollView::unregisterScriptHandler(this, 0); cocos2d::extension::CCScrollView::unregisterScriptHandler(this, 1); cocos2d::extension::CCScrollView::unregisterScriptHandler(this, 2); cocos2d::extension::CCScrollView::unregisterScriptHandler(this, 3); cocos2d::extension::CCScrollView::unregisterScriptHandler(this, 4); cocos2d::extension::CCScrollView::unregisterScriptHandler(this, 5); cocos2d::extension::CCScrollView::unregisterScriptHandler(this, 6); cocos2d::extension::CCScrollView::unregisterScriptHandler(this, 7); cocos2d::extension::CCScrollView::unregisterScriptHandler(this, 8); }