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 Feb 20, 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
modfileValues
unzippedBinaryLocation
setActiveBuild
onSuccess
onError

Description

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

Clone this wiki locally