// // cocos2d::extension::CCEditBox::setContentSize from 0x180011060 to 0x180011099 (57 bytes) // // 3 xrefs: // > @ 0x180027c60 // > @ 0x18002fdf8 // > @ 0x18004a1f4 // // 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::CCEditBox::setContentSize( cocos2d::extension::CCEditBox *this, const struct cocos2d::CCSize *a2) { __int64 v4; // rcx cocos2d::CCNode::setContentSize(this, a2); v4 = *((_QWORD *)this + 72); if ( v4 ) (*(void (__fastcall **)(__int64, const struct cocos2d::CCSize *))(*(_QWORD *)v4 + 160LL))(v4, a2); }