// // cocos2d::extension::CCScrollView::getContentOffset from 0x180012a10 to 0x180012a3e (46 bytes) // // 2 xrefs: // > @ 0x18002fdf8 // > @ 0x18004a3f8 // // 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 // cocos2d::CCPoint *__fastcall cocos2d::extension::CCScrollView::getContentOffset(__int64 a1, cocos2d::CCPoint *a2) { const struct cocos2d::CCPoint *v3; // rax v3 = (const struct cocos2d::CCPoint *)(*(__int64 (__fastcall **)(_QWORD))(**(_QWORD **)(a1 + 448) + 200LL))(*(_QWORD *)(a1 + 448)); cocos2d::CCPoint::CCPoint(a2, v3); return a2; }