// // cocos2d::extension::CCControlButton::getTitleLabelForState from 0x180006660 to 0x180006699 (57 bytes) // // 4 xrefs: // > @ 0x1800241b8 // > @ 0x180028000 // > @ 0x18002fdf8 // > @ 0x180049660 // // 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::CCNode *__fastcall cocos2d::extension::CCControlButton::getTitleLabelForState( cocos2d::CCDictionary **this, unsigned int a2) { struct cocos2d::CCNode *result; // rax result = cocos2d::CCDictionary::objectForKey(*(this + 68), a2); if ( !result ) return cocos2d::CCDictionary::objectForKey(*(this + 68), 1); return result; }