// // cocos2d::extension::CCControlButton::setMargins from 0x1800060b0 to 0x1800060c7 (23 bytes) // // 3 xrefs: // > @ 0x180024178 // > @ 0x180027fc0 // > @ 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::CCControlButton::setMargins( cocos2d::extension::CCControlButton *this, int a2, int a3) { __int64 v3; // rax v3 = *(_QWORD *)this; *((_DWORD *)this + 140) = a3; *((_DWORD *)this + 141) = a2; (*(void (**)(void))(v3 + 1064))(); }