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 f31678f commit 9163440Copy full SHA for 9163440
bindings/1.920/GeometryDash.bro
@@ -5353,7 +5353,7 @@ class LocalLevelManager : GManager {
5353
static LocalLevelManager* sharedState() = win 0xac180;
5354
5355
TodoReturn getAllLevelsInDict();
5356
- TodoReturn getAllLevelsWithName(gd::string);
+ cocos2d::CCArray* getAllLevelsWithName(gd::string) = win 0xac700;
5357
TodoReturn getLevelsInNameGroups();
5358
gd::string getMainLevelString(int) = win 0xac310;
5359
TodoReturn markLevelsAsUnmodified();
0 commit comments