// // cocos2d::extension::CCEditBoxImplWin::setPlaceholderFont from 0x1800119f0 to 0x180011a2b (59 bytes) // // 3 xrefs: // > @ 0x180028168 // > @ 0x18002fdf8 // > @ 0x18004a2cc // // 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::setPlaceholderFont( cocos2d::extension::CCEditBoxImplWin *this, const char *a2, int a3) { cocos2d::CCLabelTTF *v5; // rcx v5 = *((cocos2d::CCLabelTTF **)this + 4); if ( v5 ) { cocos2d::CCLabelTTF::setFontName(v5, a2); cocos2d::CCLabelTTF::setFontSize(*((cocos2d::CCLabelTTF **)this + 4), (float)a3); } }