Skip to content

newgroundsiodotnet.datamodels.user

GlitchyPSIX edited this page Mar 30, 2025 · 4 revisions

User

Namespace: NewgroundsIODotNet.DataModels

Represents a user.

public struct User

Inheritance ObjectValueTypeUser

Properties

Id

The user's numeric ID.

public int Id { get; set; }

Property Value

Int32

Name

The user's textual name.

public string Name { get; set; }

Property Value

String

IsSupporter

Returns true if the user has a Newgrounds Supporter upgrade.

public bool IsSupporter { get; set; }

Property Value

Boolean

Icons

The user's icon images.

public UserIcons Icons { get; set; }

Property Value

UserIcons

Clone this wiki locally