Skip to content

Commit

Permalink
Add startDownloadNexusFileForGame (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanFeenstra authored Jan 2, 2025
1 parent 5cdf0f6 commit 8c47cea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/mobase/wrappers/basic_classes.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -674,6 +674,9 @@ namespace mo2::python {
.def("startDownloadURLs", &IDownloadManager::startDownloadURLs, "urls"_a)
.def("startDownloadNexusFile", &IDownloadManager::startDownloadNexusFile,
"mod_id"_a, "file_id"_a)
.def("startDownloadNexusFileForGame",
&IDownloadManager::startDownloadNexusFileForGame, "game_name"_a,
"mod_id"_a, "file_id"_a)
.def("downloadPath", &IDownloadManager::downloadPath, "id"_a)
.def("onDownloadComplete", &IDownloadManager::onDownloadComplete,
"callback"_a)
Expand Down

0 comments on commit 8c47cea

Please sign in to comment.