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

ModIO.CacheClient.LoadUserAvatar

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

CacheClient.LoadUserAvatar

public static Texture2D LoadUserAvatar(int userId, UserAvatarSize size);

Parameters

Name Description
userId
size

Returns

Texture2D: Result of the function calculations

Description

Retrieves a user's avatar from the cache.

Clone this wiki locally