// // cocos2d::extension::CCControlHuePicker::setHue from 0x180008870 to 0x18000888a (26 bytes) // // 3 xrefs: // > @ 0x180024dc0 // > @ 0x18002fdf8 // > @ 0x1800498dc // // 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::CCControlHuePicker::setHue(cocos2d::extension::CCControlHuePicker *this, float a2) { __int64 v2; // rax v2 = *(_QWORD *)this; *((float *)this + 118) = a2; (*(void (**)(void))(v2 + 1120))(); }