// // cocos2d::extension::CCEditBox::setAnchorPoint from 0x1800110a0 to 0x1800110d9 (57 bytes) // // 3 xrefs: // > @ 0x180027c48 // > @ 0x18002fdf8 // > @ 0x18004a200 // // 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::setAnchorPoint( cocos2d::extension::CCEditBox *this, const struct cocos2d::CCPoint *a2) { __int64 v4; // rcx cocos2d::CCNode::setAnchorPoint(this, a2); v4 = *((_QWORD *)this + 72); if ( v4 ) (*(void (__fastcall **)(__int64, const struct cocos2d::CCPoint *))(*(_QWORD *)v4 + 168LL))(v4, a2); }