// // cocos2d::extension::CCControl::dispatchListforControlEvent from 0x180004a70 to 0x180004acb (91 bytes) // // 4 xrefs: // > @ 0x18002d5dc // > @ 0x18002d5ec // > @ 0x18002fdf8 // > @ 0x180049498 // // 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::CCArray *__fastcall cocos2d::extension::CCControl::dispatchListforControlEvent( cocos2d::CCDictionary **this, unsigned int a2) { struct cocos2d::CCArray *result; // rax struct cocos2d::CCObject *v5; // rbx result = cocos2d::CCDictionary::objectForKey(*(this + 56), (int)a2); if ( !result ) { v5 = cocos2d::CCArray::createWithCapacity(1u); cocos2d::CCDictionary::setObject(*(this + 56), v5, a2); return v5; } return result; }