// // cocos2d::extension::CCTableView::create from 0x180014c40 to 0x180014ccb (139 bytes) // // 3 xrefs: // > cocos2d::extension::CCTableView::create @ 0x180014c2d // > @ 0x18002fdf8 // > @ 0x18004a710 // // 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 // // Hidden C++ exception states: #wind=1 cocos2d::CCObject *__fastcall cocos2d::extension::CCTableView::create( __int64 a1, const struct cocos2d::CCSize *a2, __int64 a3) { cocos2d::CCObject *v6; // rdi __int64 v7; // rax cocos2d::extension::CCTableView *v9; // [rsp+30h] [rbp+8h] BYREF v9 = (cocos2d::extension::CCTableView *)operator new(0x298u); v6 = (cocos2d::CCObject *)cocos2d::extension::CCTableView::CCTableView(v9); v7 = cocos2d::CCSize::CCSize((cocos2d::CCSize *)&v9, a2); cocos2d::extension::CCTableView::initWithViewSize(v6, v7, a3); cocos2d::CCObject::autorelease(v6); *((_QWORD *)v6 + 80) = a1; cocos2d::extension::CCTableView::_updateCellPositions(v6); cocos2d::extension::CCTableView::_updateContentSize(v6); return v6; }