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

ModIO.ModManager.SubmitNewMod

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

ModManager.SubmitNewMod

public static void SubmitNewMod(EditableModProfile newModProfile, Action<ModProfile> onSuccess, Action<WebRequestError> onError);

Parameters

Name Description
newModProfile 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 a new mod to the server.

Clone this wiki locally