Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MusicDownloadManager::getDownloadedSongs() #702

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bindings/2.206/GeometryDash.bro
Original file line number Diff line number Diff line change
Expand Up @@ -12780,7 +12780,7 @@ class MusicDownloadManager : cocos2d::CCNode, PlatformDownloadDelegate {
TodoReturn getAllSongs();
void getCustomContentURL() = win 0x31ee40, imac 0x5986c0, m1 0x4e11c8;
cocos2d::CCObject* getDLObject(char const*) = win 0x38f40;
cocos2d::CCArray* getDownloadedSongs() = win 0x31d5a0;
cocos2d::CCArray* getDownloadedSongs() = win 0x31d5a0, m1 0x4decf8, imac 0x595e00;
TodoReturn getDownloadProgress(int);
TodoReturn getMusicArtistForID(int);
TodoReturn getMusicObject(int);
Expand Down
Loading