Skip to content

Commit 8c47cea

Browse files
Add startDownloadNexusFileForGame (#138)
1 parent 5cdf0f6 commit 8c47cea

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/mobase/wrappers/basic_classes.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -674,6 +674,9 @@ namespace mo2::python {
674674
.def("startDownloadURLs", &IDownloadManager::startDownloadURLs, "urls"_a)
675675
.def("startDownloadNexusFile", &IDownloadManager::startDownloadNexusFile,
676676
"mod_id"_a, "file_id"_a)
677+
.def("startDownloadNexusFileForGame",
678+
&IDownloadManager::startDownloadNexusFileForGame, "game_name"_a,
679+
"mod_id"_a, "file_id"_a)
677680
.def("downloadPath", &IDownloadManager::downloadPath, "id"_a)
678681
.def("onDownloadComplete", &IDownloadManager::onDownloadComplete,
679682
"callback"_a)

0 commit comments

Comments
 (0)