Skip to content

Commit b757859

Browse files
authored
ᕱ ᕱ🎀 (geode-sdk#1049)
* EditLevelLayer::onEdit * several trigger popup creates * setuprotatepopup::init
1 parent df1fe81 commit b757859

1 file changed

Lines changed: 13 additions & 13 deletions

File tree

bindings/2.2074/GeometryDash.bro

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4601,7 +4601,7 @@ class EditLevelLayer : cocos2d::CCLayer, TextInputDelegate, FLAlertLayerProtocol
46014601
void onBack(cocos2d::CCObject* sender) = win 0xd80e0;
46024602
void onClone() = m1 0x1a3618;
46034603
void onDelete() = m1 0x1a3328;
4604-
void onEdit(cocos2d::CCObject* sender);
4604+
void onEdit(cocos2d::CCObject* sender) = win 0xd6d80, imac 0x1e9db0, m1 0x1a0ec4, ios 0xed344;
46054605
void onGuidelines(cocos2d::CCObject* sender) = win 0xd52e0, imac 0x1eb5e0;
46064606
void onHelp(cocos2d::CCObject* sender) = m1 0x1a1f28, imac 0x1eae30, win 0xd7c50;
46074607
void onLevelInfo(cocos2d::CCObject* sender) = ios 0xee63c, win 0xd5500, m1 0x1a2420, imac 0x1eb320;
@@ -4890,7 +4890,7 @@ class EditorUI : cocos2d::CCLayer, FLAlertLayerProtocol, ColorSelectDelegate, GJ
48904890
void dynamicGroupUpdate(bool) = win 0x117000, imac 0x44e10, m1 0x3ed20, ios 0x3eafa8;
48914891
TodoReturn edgeForObject(int, int);
48924892
TodoReturn editButton2Usable() = imac 0x492e0;
4893-
TodoReturn editButtonUsable() = imac 0x48580;
4893+
bool editButtonUsable() = win 0x1182f0, imac 0x48580, m1 0x41e60, ios 0x3eccac;
48944894
TodoReturn editColor();
48954895
TodoReturn editColorButtonUsable();
48964896
void editGroup(cocos2d::CCObject*) = win 0x11d880, imac 0x2c8f0, m1 0x2c4d0;
@@ -19994,7 +19994,7 @@ class SetupBGSpeedTrigger : SetupTriggerPopup {
1999419994
class SetupCameraEdgePopup : SetupTriggerPopup {
1999519995
// virtual ~SetupCameraEdgePopup();
1999619996

19997-
static SetupCameraEdgePopup* create(CameraTriggerGameObject*, cocos2d::CCArray*) = win 0x3faea0;
19997+
static SetupCameraEdgePopup* create(CameraTriggerGameObject*, cocos2d::CCArray*) = win 0x3faea0, m1 0x4c5330, imac 0x570e20, ios 0x239aa0;
1999819998

1999919999
virtual void determineStartValues() = win 0x3fbd10, m1 0x4c63b8, imac 0x5720f0, ios 0x23a898;
2000020000
virtual void onClose(cocos2d::CCObject* sender) = win 0x3fc200, m1 0x4c6600, imac 0x572390, ios 0x23aa70;
@@ -20058,14 +20058,14 @@ class SetupCameraModePopup : SetupTriggerPopup {
2005820058
class SetupCameraOffsetTrigger : SetupTriggerPopup {
2005920059
// virtual ~SetupCameraOffsetTrigger();
2006020060

20061-
static SetupCameraOffsetTrigger* create(CameraTriggerGameObject*, cocos2d::CCArray*) = win 0x3fd690;
20061+
static SetupCameraOffsetTrigger* create(CameraTriggerGameObject*, cocos2d::CCArray*) = win 0x3fd690, m1 0x5732f0, imac 0x64b110, ios 0x192364;
2006220062

2006320063
virtual void determineStartValues() = win 0x3fe9f0, m1 0x57505c, imac 0x64d090, ios 0x193bc8;
2006420064
virtual void onClose(cocos2d::CCObject* sender) = win 0x3ffc80, m1 0x575a68, imac 0x64dbc0, ios 0x194458;
2006520065
virtual void textChanged(CCTextInputNode*) = win 0x3ff6f0, imac 0x64d890, m1 0x5757e8, ios 0x194230;
2006620066
virtual void valuePopupClosed(ConfigureValuePopup*, float) = win 0x3fedf0, m1 0x57542c, imac 0x64d460, ios 0x193f00;
2006720067

20068-
bool init(CameraTriggerGameObject*, cocos2d::CCArray*) = win 0x3fd7b0, m1 0x57347c, imac 0x64b350;
20068+
bool init(CameraTriggerGameObject*, cocos2d::CCArray*) = win 0x3fd7b0, m1 0x57347c, imac 0x64b350, ios 0x192440;
2006920069
void onEasing(cocos2d::CCObject* sender) = win 0x3ff1b0;
2007020070
void onEasingRate(cocos2d::CCObject* sender) = win 0x3fed30;
2007120071
void onTargetMode(cocos2d::CCObject* sender) = win 0x3ff610;
@@ -20223,7 +20223,7 @@ class SetupCollisionTriggerPopup : SetupTriggerPopup {
2022320223
class SetupCountTriggerPopup : SetupTriggerPopup {
2022420224
// virtual ~SetupCountTriggerPopup();
2022520225

20226-
static SetupCountTriggerPopup* create(EffectGameObject*, cocos2d::CCArray*) = win 0x4031a0;
20226+
static SetupCountTriggerPopup* create(EffectGameObject*, cocos2d::CCArray*) = win 0x4031a0, imac 0x2a7700, m1 0x24dd00, ios 0xf6b70;
2022720227

2022820228
virtual void determineStartValues() = win 0x404390, imac 0x2a8e10, m1 0x24f140, ios 0xf7c00;
2022920229
virtual void onClose(cocos2d::CCObject* sender) = win 0x404b30, imac 0x2a93a0, m1 0x24f618, ios 0xf7fd0;
@@ -20789,7 +20789,7 @@ class SetupObjectOptionsPopup : FLAlertLayer, TextInputDelegate {
2078920789
class SetupObjectTogglePopup : SetupTriggerPopup {
2079020790
// virtual ~SetupObjectTogglePopup();
2079120791

20792-
static SetupObjectTogglePopup* create(EffectGameObject*, cocos2d::CCArray*, bool);
20792+
static SetupObjectTogglePopup* create(EffectGameObject*, cocos2d::CCArray*, bool) = win 0x411b70, m1 0x2f5348, imac 0x3624f0, ios 0x1a5e38;
2079320793

2079420794
virtual void onClose(cocos2d::CCObject* sender) = win 0x40c730, imac 0x3631a0, m1 0x2f5e64, ios 0x1a66f8;
2079520795
virtual void valueDidChange(int, float) = win 0x4125e0, imac 0x363120, m1 0x2f5dec, ios 0x1a6688;
@@ -21023,7 +21023,7 @@ class SetupPulsePopup : SetupTriggerPopup, cocos2d::extension::ColorPickerDelega
2102321023
class SetupRandAdvTriggerPopup : SetupTriggerPopup {
2102421024
// virtual ~SetupRandAdvTriggerPopup();
2102521025

21026-
static SetupRandAdvTriggerPopup* create(RandTriggerGameObject*, cocos2d::CCArray*) = win 0x424f50;
21026+
static SetupRandAdvTriggerPopup* create(RandTriggerGameObject*, cocos2d::CCArray*) = win 0x424f50, m1 0x30a6c8, imac 0x37a4e0, ios 0x32990;
2102721027

2102821028
virtual void onClose(cocos2d::CCObject* sender) = win 0x425b10, m1 0x30bc4c, imac 0x37be30, ios 0x33a20;
2102921029
virtual void textChanged(CCTextInputNode*) = m1 0x30bc44, imac 0x37be10, ios 0x33a18 {}
@@ -21050,7 +21050,7 @@ class SetupRandAdvTriggerPopup : SetupTriggerPopup {
2105021050
class SetupRandTriggerPopup : SetupTriggerPopup {
2105121051
// virtual ~SetupRandTriggerPopup();
2105221052

21053-
static SetupRandTriggerPopup* create(EffectGameObject*, cocos2d::CCArray*) = win 0x427720;
21053+
static SetupRandTriggerPopup* create(EffectGameObject*, cocos2d::CCArray*) = win 0x427720, m1 0x501514, imac 0x5cce60, ios 0x1ca8d0;
2105421054

2105521055
virtual void determineStartValues() = win 0x4285e0, m1 0x5028bc, imac 0x5ce3b0, ios 0x1cb858;
2105621056
virtual void onClose(cocos2d::CCObject* sender) = win 0x4290c0, m1 0x502ddc, imac 0x5ce990, ios 0x1cbc54;
@@ -21139,7 +21139,7 @@ class SetupRotatePopup : SetupTriggerPopup {
2113921139
virtual void onClose(cocos2d::CCObject* sender) = win 0x42acd0, m1 0x4d7138, imac 0x585460, ios 0x267a44;
2114021140
virtual void onCustomToggleTriggerValue(cocos2d::CCObject* sender) = win 0x42ad70, imac 0x5854e0, m1 0x4d71b4, ios 0x267ac0;
2114121141

21142-
bool init(EnhancedGameObject*, cocos2d::CCArray*) = m1 0x4d6c50, imac 0x584ec0;
21142+
bool init(EnhancedGameObject*, cocos2d::CCArray*) = win 0x42a770, m1 0x4d6c50, imac 0x584ec0, ios 0x267614;
2114321143
}
2114421144

2114521145
[[link(android)]]
@@ -21484,7 +21484,7 @@ class SetupTimeWarpPopup : SetupTriggerPopup {
2148421484
class SetupTouchTogglePopup : SetupTriggerPopup {
2148521485
// virtual ~SetupTouchTogglePopup();
2148621486

21487-
static SetupTouchTogglePopup* create(EffectGameObject*, cocos2d::CCArray*);
21487+
static SetupTouchTogglePopup* create(EffectGameObject*, cocos2d::CCArray*) = win 0x44b5e0, imac 0x2a4f80, m1 0x24ba90, ios 0x24a11c;
2148821488

2148921489
virtual void determineStartValues() = win 0x44c350, imac 0x2a6270, m1 0x24cb44, ios 0x24af20;
2149021490
virtual void onClose(cocos2d::CCObject* sender) = win 0x44c880, imac 0x2a65b0, m1 0x24ce10, ios 0x24b160;
@@ -21746,12 +21746,12 @@ class SetupTriggerPopup : FLAlertLayer, TextInputDelegate, ConfigureValuePopupDe
2174621746
class SetupZoomTriggerPopup : SetupTriggerPopup {
2174721747
// virtual ~SetupZoomTriggerPopup();
2174821748

21749-
static SetupZoomTriggerPopup* create(EffectGameObject*, cocos2d::CCArray*);
21749+
static SetupZoomTriggerPopup* create(EffectGameObject*, cocos2d::CCArray*) = win 0x465b70, imac 0x30cb90, m1 0x2a38bc, ios 0x1ba2f4;
2175021750

2175121751
virtual void determineStartValues() = win 0x287910, imac 0x30d1e0, m1 0x2a3de4, ios 0x1ba6e0;
2175221752
virtual void onClose(cocos2d::CCObject* sender) = win 0x287920, imac 0x30d1f0, m1 0x2a3de8, ios 0x1ba6e4;
2175321753

21754-
bool init(EffectGameObject*, cocos2d::CCArray*) = m1 0x2a3a44, imac 0x30cdc0;
21754+
bool init(EffectGameObject*, cocos2d::CCArray*) = win 0x465c80, m1 0x2a3a44, imac 0x30cdc0, ios 0x1ba3cc;
2175521755
}
2175621756

2175721757
[[link(android)]]

0 commit comments

Comments
 (0)