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 5cdf0f6 commit 8c47ceaCopy full SHA for 8c47cea
src/mobase/wrappers/basic_classes.cpp
@@ -674,6 +674,9 @@ namespace mo2::python {
674
.def("startDownloadURLs", &IDownloadManager::startDownloadURLs, "urls"_a)
675
.def("startDownloadNexusFile", &IDownloadManager::startDownloadNexusFile,
676
"mod_id"_a, "file_id"_a)
677
+ .def("startDownloadNexusFileForGame",
678
+ &IDownloadManager::startDownloadNexusFileForGame, "game_name"_a,
679
+ "mod_id"_a, "file_id"_a)
680
.def("downloadPath", &IDownloadManager::downloadPath, "id"_a)
681
.def("onDownloadComplete", &IDownloadManager::onDownloadComplete,
682
"callback"_a)
0 commit comments