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

ModIO.CacheClient.SaveModGalleryImage

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

CacheClient.SaveModGalleryImage

public static bool SaveModGalleryImage(int modId, string imageFileName, ModGalleryImageSize size, Texture2D imageTexture);

Parameters

Name Description
modId
imageFileName
size
imageTexture

Returns

bool: Result of the function calculations

Description

Stores a mod gallery image in the cache.

Clone this wiki locally