// // cocos2d::extension::CCEditBox::setPlaceholderFontSize from 0x180010e60 to 0x180010e9f (63 bytes) // // 1 xrefs: // > @ 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::CCEditBox::setPlaceholderFontSize(cocos2d::extension::CCEditBox *this, int a2) { __int64 v2; // r9 _QWORD *v3; // rdx v2 = *((_QWORD *)this + 72); *((_DWORD *)this + 185) = a2; if ( v2 && *((_QWORD *)this + 90) ) { v3 = (_QWORD *)((char *)this + 704); if ( *((_QWORD *)this + 91) > 0xFu ) v3 = (_QWORD *)*v3; (*(void (__fastcall **)(__int64, _QWORD *, _QWORD))(*(_QWORD *)v2 + 32LL))(v2, v3, *((unsigned int *)this + 184)); } }