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

ModIO.ModManager.UploadModBinary_Unzipped

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

ModManager.UploadModBinary_Unzipped

public static void UploadModBinary_Unzipped(int modId, EditableModfile modfileValues, string unzippedBinaryLocation, bool setActiveBuild, Action<Modfile> onSuccess, Action<WebRequestError> onError);

Parameters

Name Description
modId Identifier of the binary submission target mod
modfileValues Modfile data to submit
unzippedBinaryLocation Location of the build file
setActiveBuild
onSuccess Action to execute if the submission succeeds
onError Action to execute if the submission returns an error

Description

Zips and uploads a mod data file as a new build to the servers.

Clone this wiki locally