// // cocos2d::extension::CCScrollView::setViewSize from 0x180012cb0 to 0x180012ce4 (52 bytes) // // 2 xrefs: // > @ 0x18002fdf8 // > @ 0x18004a41c // // 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::setViewSize(cocos2d::CCNode *a1, const struct cocos2d::CCSize *a2) { cocos2d::CCSize::operator=((char *)a1 + 512, a2); cocos2d::CCNode::setContentSize(a1, a2); }