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

ModIO.CacheClient.SaveModLogo

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

CacheClient.SaveModLogo

public static bool SaveModLogo(int modId, string fileName, LogoSize size, Texture2D logoTexture);

Parameters

Name Description
modId
fileName
size
logoTexture

Returns

bool: Result of the function calculations

Description

Stores a mod logo in the cache with the given fileName.

Clone this wiki locally