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

ModIO.ModManager.UploadModBinary_Zipped

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

ModManager.UploadModBinary_Zipped

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

Parameters

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

Description

Uploads a zipped mod binary as a new build to the servers.

Clone this wiki locally