// // cocos2d::extension::CCTableView::setVerticalFillOrder from 0x180015040 to 0x18001507b (59 bytes) // // 2 xrefs: // > @ 0x18002fdf8 // > @ 0x18004a740 // // 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::CCTableView::setVerticalFillOrder(__int64 a1, int a2) { if ( *(_DWORD *)(a1 + 584) != a2 ) { *(_DWORD *)(a1 + 584) = a2; if ( cocos2d::CCArray::count(*(cocos2d::CCArray **)(a1 + 624)) ) cocos2d::extension::CCTableView::reloadData((cocos2d::extension::CCTableView *)a1); } }