We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a06e8c commit 910872cCopy full SHA for 910872c
1 file changed
bindings/1.920/GeometryDash.bro
@@ -7748,8 +7748,8 @@ class UndoObject : cocos2d::CCObject {
7748
7749
static UndoObject* create(GameObject*, UndoCommand);
7750
7751
- TodoReturn createWithArray(cocos2d::CCArray*, UndoCommand);
7752
- TodoReturn createWithTransformObjects(cocos2d::CCArray*, UndoCommand);
+ static UndoObject* createWithArray(cocos2d::CCArray*, UndoCommand) = win 0x92970;
+ static UndoObject* createWithTransformObjects(cocos2d::CCArray*, UndoCommand) = win 0x92770;
7753
bool init(cocos2d::CCArray*, UndoCommand);
7754
bool init(GameObject*, UndoCommand);
7755
TodoReturn initWithTransformObjects(cocos2d::CCArray*, UndoCommand);
0 commit comments