// // cocos2d::extension::CCTableView::dequeueCell from 0x1800157d0 to 0x18001583b (107 bytes) // // 2 xrefs: // > @ 0x18002fdf8 // > @ 0x18004a824 // // 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 // struct cocos2d::extension::CCTableViewCell *__fastcall cocos2d::extension::CCTableView::dequeueCell( cocos2d::CCArray **this) { cocos2d::CCObject *v3; // rbx if ( !cocos2d::CCArray::count(*(this + 79)) ) return nullptr; v3 = cocos2d::CCArray::objectAtIndex(*(this + 79), 0); cocos2d::CCObject::retain(v3); cocos2d::CCArray::removeObjectAtIndex(*(this + 79), 0, 1); cocos2d::CCObject::autorelease(v3); return v3; }