diff options
author | Rémy Raes <raes.remy@gmail.com> | 2024-11-22 15:19:07 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-22 15:19:07 +0100 |
commit | aba62bfaf4556c3b6285066b43a6063976a8d4f9 (patch) | |
tree | 9fca45a2619cf670beabab94f614dfe541a3b819 /.github/nativefuncs.json | |
parent | e7aa1c2a3459c9a4ad63d89b5da577bf10e8366c (diff) | |
download | NorthstarMods-aba62bfaf4556c3b6285066b43a6063976a8d4f9.tar.gz NorthstarMods-aba62bfaf4556c3b6285066b43a6063976a8d4f9.zip |
Make MAD process cancellable (#865)
Mod counterpart to the launcher PR that makes a mod download via MAD cancellable.
Diffstat (limited to '.github/nativefuncs.json')
-rw-r--r-- | .github/nativefuncs.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/nativefuncs.json b/.github/nativefuncs.json index abc213ca..10ceebd5 100644 --- a/.github/nativefuncs.json +++ b/.github/nativefuncs.json @@ -415,6 +415,12 @@ "argTypes": "string name, string version" }, { + "name": "NSCancelModDownload", + "helpText": "prevents installation of the mod currently being installed", + "returnTypeString": "void", + "argTypes": "" + }, + { "name": "NSGetModInstallState", "helpText": "get status of the mod currently being installed", "returnTypeString": "ModInstallState", |