// // cocos2d::extension::CCEditBoxImplWin::setFontColor from 0x1800119d0 to 0x1800119ef (31 bytes) // // 2 xrefs: // > @ 0x180028160 // > @ 0x18002fdf8 // // 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::CCEditBoxImplWin::setFontColor( cocos2d::extension::CCEditBoxImplWin *this, const struct cocos2d::_ccColor3B *a2) { *((_WORD *)this + 60) = *(_WORD *)a2; *((_BYTE *)this + 122) = *((_BYTE *)a2 + 2); (**(void (__fastcall ***)(__int64))(*((_QWORD *)this + 3) + 320LL))(*((_QWORD *)this + 3) + 320LL); }