![nd img K2 GetModDependenciesAsync](img/nd_img_K2_GetModDependenciesAsync.png)
diff --git a/Doc/documentation.html b/Doc/documentation.html index 6c26f6fc..9ef673f9 100644 --- a/Doc/documentation.html +++ b/Doc/documentation.html @@ -837,6 +837,7 @@
void K2_GetModDependenciesAsync(FModioModID ModID, FOnGetModDependenciesDelegate Callback)
+For a given Mod ID, fetches a list of any mods that the creator has marked as dependencies
+
+ Note
+ |
++This function is part of an experimental feature and is subject to change. + | +
initialized-sdk
+no-rate-limiting
+Target |
+Modio Subsystem Object Reference |
+
Mod ID |
+The mod to retrieve dependencies for |
+
Callback |
+Callback providing a status code and an optional ModTagOptions object containing the available tags |
+
GenericError::SDKNotInitialized |
+SDK not initialized |
+
NetworkError |
+Couldn’t connect to mod.io servers |
+
Synchronises the local list of the current user’s subscribed mods with the server. Any mods that have been externally subscribed will be automatically marked for installation, and mods that have been externally removed from the user’s subscriptions may be uninstalled if no other local users have a current subscription.
+ Note
+ |
++This class is part of an experimental feature and is subject to change. + | +
Minimal data about a mod which is a dependency of another mod
+
+ Note
+ |
++This class is part of an experimental feature and is subject to change. + | +
+ | ModID |
+The ID of the dependency |
+
+ | ModName |
+The name of the dependency |
+
Class representing the progress of a mod installation or update