// // cocos2d::extension::CCScrollView::setContentSize from 0x180013360 to 0x180013391 (49 bytes) // // 4 xrefs: // > @ 0x180028458 // > @ 0x1800289d0 // > @ 0x18002fdf8 // > @ 0x18004a4a0 // // 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::setContentSize( cocos2d::extension::CCScrollView *this, const struct cocos2d::CCSize *a2) { __int64 v3; // rcx v3 = *((_QWORD *)this + 56); if ( v3 ) { (*(void (__fastcall **)(__int64, const struct cocos2d::CCSize *))(*(_QWORD *)v3 + 296LL))(v3, a2); cocos2d::extension::CCScrollView::updateInset(this); } }