// // cocos2d::extension::CCEditBox::setVisible from 0x180011020 to 0x18001105a (58 bytes) // // 3 xrefs: // > @ 0x180027c78 // > @ 0x18002fdf8 // > @ 0x18004a1e8 // // 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::setVisible(cocos2d::extension::CCEditBox *this, bool a2) { __int64 v4; // rcx cocos2d::CCNode::setVisible(this, a2); v4 = *((_QWORD *)this + 72); if ( v4 ) (*(void (__fastcall **)(__int64, bool))(*(_QWORD *)v4 + 152LL))(v4, a2); }