// // cocos2d::extension::CCControlSlider::create from 0x18000a530 to 0x18000a59e (110 bytes) // // 4 xrefs: // > cocos2d::extension::CCControlSlider::create @ 0x18000a52b // > @ 0x18002fdf8 // > @ 0x180049b34 // > @ 0x180049b40 // // 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 // // Hidden C++ exception states: #wind=1 struct cocos2d::extension::CCControlSlider *__fastcall cocos2d::extension::CCControlSlider::create( struct cocos2d::CCSprite *a1, struct cocos2d::CCSprite *a2, struct cocos2d::CCSprite *a3) { cocos2d::extension::CCControlSlider *v6; // rbx cocos2d::extension::CCControlSlider *v8; // [rsp+48h] [rbp+20h] v8 = (cocos2d::extension::CCControlSlider *)operator new(0x208u); v6 = cocos2d::extension::CCControlSlider::CCControlSlider(v8); (*(void (__fastcall **)(cocos2d::extension::CCControlSlider *, struct cocos2d::CCSprite *, struct cocos2d::CCSprite *, struct cocos2d::CCSprite *))(*(_QWORD *)v6 + 1136LL))( v6, a1, a2, a3); cocos2d::CCObject::autorelease(v6); return v6; }