diff --git a/Doc/documentation.html b/Doc/documentation.html index 543e1c85..1c57340e 100644 --- a/Doc/documentation.html +++ b/Doc/documentation.html @@ -822,6 +822,8 @@
void K2_SubmitNewModFileForMod(FModioModID Mod, FModioCreateModFileParams Params)
+Queues the upload of a new mod file release for the specified mod, using the submitted parameters. The upload’s progress can be tracked in the same way as downloads; when completed, a Mod Management Event will be triggered with the result code for the upload.
+
+ Note
+ |
++This function is part of an experimental feature and is subject to change. + | +
initialized-sdk
+authenticated-user
+no-rate-limiting
+Target |
+Modio Subsystem Object Reference |
+
Mod |
+The ID of the mod you are submitting a file for |
+
Params |
+Information about the mod file being created, including the root path of the directory that will be archived |
+
UserDataError::InvalidUser |
+No authenticated user |
+
void K2_SubmitNewModAsync(FModioModCreationHandle Handle, FModioCreateModParams Params, FOnSubmitNewModDelegate Callback)
+Requests the creation of a new mod on the server with the specified parameters
+
+ Note
+ |
++This function is part of an experimental feature and is subject to change. + | +
initialized-sdk
+authenticated-user
+no-rate-limiting
+Target |
+Modio Subsystem Object Reference |
+
Handle |
+The ModCreationHandle for this submission. Once this method invokes your callback indicating success, the ModCreationHandle is invalid for the rest of the session and you should request a new one for the next submission attempt. |
+
Params |
+Information about the new mod to create |
+
Callback |
+Callback providing a status code and an optional FModioModID for the newly created mod |
+
GenericError::SDKNotInitialized |
+SDK not initialized |
+
UserDataError::InvalidUser |
+No authenticated user |
+
NetworkError |
+Couldn’t connect to mod.io servers |
+
InvalidArgsError |
+Some fields in Params did not pass validation |
+
Submits a rating for a mod on behalf of the current user. Submit a neutral rating to effectively clear a rating already submitted by a user. Submitting other values will overwrite any existing rating submitted by this user.
+ Note
+ |
++This function is part of an experimental feature and is subject to change. + | +
Target |
+Modio Subsystem Object Reference |
+
Return Value |
+New handle |
+
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.
+ | PathToLogoFile |
++ |
+ | Name |
++ |
+ | Summary |
++ |
Class storing a set of filter parameters for use in ListAllModsAsync
@@ -4033,7 +4308,7 @@wrapper for images that’s returned by the api
Updated |
Mod uninstallation from local storage |
+
Uploaded |
+Mod local installation updated to latest version |
+