Skip to content

NewgroundsIO.objects.UserIcons

PsychoGoldfishNG edited this page Aug 18, 2022 · 16 revisions

File: /objects/UserIcons.cs
Extends: NewgroundsIO.BaseObject
Contains any icons associated with this user.

Public Properties

large

Type: (string)
The URL of the user's large icon

medium

Type: (string)
The URL of the user's medium icon

small

Type: (string)
The URL of the user's small icon

Public Methods

UserIcons

constructor UserIcons()

clone

NewgroundsIO.objects.UserIcons clone(NewgroundsIO.objects.UserIcons cloneTo = null)

Clones the properties of this object to another (or new) object.

Parameters:

Returns NewgroundsIO.objects.UserIcons
The object that was cloned to.

Clone this wiki locally