// // cocos2d::extension::CCEditBox::setPosition from 0x180010fe0 to 0x180011019 (57 bytes) // // 3 xrefs: // > @ 0x180027bf0 // > @ 0x18002fdf8 // > @ 0x18004a1dc // // 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::setPosition( cocos2d::extension::CCEditBox *this, const struct cocos2d::CCPoint *a2) { __int64 v4; // rcx cocos2d::CCNode::setPosition(this, a2); v4 = *((_QWORD *)this + 72); if ( v4 ) (*(void (__fastcall **)(__int64, const struct cocos2d::CCPoint *))(*(_QWORD *)v4 + 144LL))(v4, a2); }