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

ModIO.CacheClient.SaveUserAvatar

Jackson Wood edited this page Feb 20, 2019 · 1 revision

CacheClient.SaveUserAvatar

public static bool SaveUserAvatar(int userId, UserAvatarSize size, Texture2D avatarTexture);

Parameters

Name Description
userId
size
avatarTexture

Returns

bool: Result of the function calculations

Description

Stores a user's avatar in the cache.

Clone this wiki locally