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

ModIO.CacheClient.SaveModBinaryZip

Jackson Wood edited this page Feb 20, 2019 · 3 revisions

CacheClient.SaveModBinaryZip

public static bool SaveModBinaryZip(int modId, int modfileId, byte[] modBinary);

Parameters

Name Description
modId
modfileId
modBinary

Returns

bool: Result of the function calculations

Description

Stores a mod binary's ZipFile data in the cache.

Clone this wiki locally