// // cocos2d::extension::CCScrollView::performedAnimatedScroll from 0x180013300 to 0x180013331 (49 bytes) // // 5 xrefs: // > cocos2d::extension::CCScrollView::setContentOffset @ 0x1800128f3 // > cocos2d::extension::CCScrollView::setContentOffsetInDuration @ 0x1800129e8 // > cocos2d::extension::CCScrollView::stoppedAnimatedScroll @ 0x1800132c6 // > cocos2d::extension::CCScrollView::performedAnimatedScroll @ 0x180013309 // > @ 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::CCScrollView::performedAnimatedScroll( cocos2d::extension::CCScrollView *this, float a2) { __int64 v2; // r8 if ( *((_BYTE *)this + 436) ) { cocos2d::CCNode::unschedule(this, cocos2d::extension::CCScrollView::performedAnimatedScroll); } else { v2 = *((_QWORD *)this + 53); if ( v2 ) (*(void (__fastcall **)(_QWORD, cocos2d::extension::CCScrollView *))(*(_QWORD *)v2 + 8LL))( *((_QWORD *)this + 53), this); } }