We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9201bef commit 74119c5Copy full SHA for 74119c5
bindings/2.2074/GeometryDash.bro
@@ -22311,9 +22311,9 @@ class ShardsPage : FLAlertLayer {
22311
22312
void FLAlert_Clicked(FLAlertLayer*, bool);
22313
void goToPage(int) = imac 0x4b4480, m1 0x41c6d8;
22314
- void onClose(cocos2d::CCObject* sender);
+ void onClose(cocos2d::CCObject* sender) = win 0x84620;
22315
void onIconInfo(cocos2d::CCObject* sender) = win 0x474610, imac 0x4b4410, m1 0x41c660;
22316
- void onSwitchPage(cocos2d::CCObject* sender);
+ void onSwitchPage(cocos2d::CCObject* sender) = win 0x474650;
22317
22318
cocos2d::CCDictionary* m_pages;
22319
CCMenuItemSpriteExtra* m_prevButton;
0 commit comments