// // cocos2d::extension::CCTableView::operator= from 0x18001cac0 to 0x18001cb75 (181 bytes) // // 2 xrefs: // > @ 0x18002fdf8 // > @ 0x18004af38 // // 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 // __int64 __fastcall cocos2d::extension::CCTableView::operator=(__int64 a1, __int64 a2) { cocos2d::extension::CCScrollView::operator=(a1, a2); *(_QWORD *)(a1 + 576) = *(_QWORD *)(a2 + 576); *(_DWORD *)(a1 + 584) = *(_DWORD *)(a2 + 584); *(_QWORD *)(a1 + 592) = *(_QWORD *)(a2 + 592); if ( a1 + 600 != a2 + 600 ) sub_18001DA20(a1 + 600, *(_QWORD *)(a2 + 600), (__int64)(*(_QWORD *)(a2 + 608) - *(_QWORD *)(a2 + 600)) >> 2); *(_QWORD *)(a1 + 624) = *(_QWORD *)(a2 + 624); *(_QWORD *)(a1 + 632) = *(_QWORD *)(a2 + 632); *(_QWORD *)(a1 + 640) = *(_QWORD *)(a2 + 640); *(_QWORD *)(a1 + 648) = *(_QWORD *)(a2 + 648); *(_DWORD *)(a1 + 656) = *(_DWORD *)(a2 + 656); return a1; }