Skip to content
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.

ModIO.ModManager.SubmitModChanges

Jackson Wood edited this page Mar 25, 2019 · 5 revisions

ModManager.SubmitModChanges

public static void SubmitModChanges(int modId, EditableModProfile modEdits, Action<ModProfile> onSuccess, Action<WebRequestError> onError);

Parameters

Name Description
modId Identifier of the mod to update
modEdits Data to submit to the server
onSuccess Action to execute if the submission succeeds
onError Action to execute if the submission returns an error

Description

Submits changes to a mod to the server.

Clone this wiki locally