// // cocos2d::extension::CCControlButton::setLabelAnchorPoint from 0x1800063b0 to 0x1800063f0 (64 bytes) // // 4 xrefs: // > @ 0x180024170 // > @ 0x180027fb8 // > @ 0x18002fdf8 // > @ 0x180049624 // // 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::CCControlButton::setLabelAnchorPoint(__int64 a1, __int64 a2) { __int64 result; // rax __int64 v5; // rcx result = cocos2d::CCPoint::operator=(a1 + 516, a2); v5 = *(_QWORD *)(a1 + 488); if ( v5 ) return (*(__int64 (__fastcall **)(__int64, __int64))(*(_QWORD *)v5 + 272LL))(v5, a2); return result; }