mirror of
https://github.com/ModOrganizer2/modorganizer-plugin_python.git
synced 2026-07-27 14:03:33 -07:00
Add startDownloadNexusFileForGame (#138)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user