// // cocos2d::extension::CCControlSwitch::operator= from 0x18001c1a0 to 0x18001c1f7 (87 bytes) // // 2 xrefs: // > @ 0x18002fdf8 // > @ 0x18004ae9c // // 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 // __int64 __fastcall cocos2d::extension::CCControlSwitch::operator=(__int64 a1, __int64 a2) { cocos2d::extension::CCControl::operator=(a1, a2); *(_QWORD *)(a1 + 472) = *(_QWORD *)(a2 + 472); *(_DWORD *)(a1 + 480) = *(_DWORD *)(a2 + 480); *(_BYTE *)(a1 + 484) = *(_BYTE *)(a2 + 484); *(_BYTE *)(a1 + 485) = *(_BYTE *)(a2 + 485); return a1; }