Skip to content

newgroundsiodotnet.datamodels.scoreboard

GlitchyPSIX edited this page Mar 30, 2025 · 4 revisions

ScoreBoard

Namespace: NewgroundsIODotNet.DataModels

Represents a ScoreBoard, the container for scores.

public struct ScoreBoard

Inheritance ObjectValueTypeScoreBoard
Attributes IsReadOnlyAttribute

Properties

Id

ID of the ScoreBoard

public int Id { get; }

Property Value

Int32

Name

Name of the ScoreBoard

public string Name { get; }

Property Value

String

Constructors

ScoreBoard(Int32, String)

ScoreBoard(int id, string name)

Parameters

id Int32

name String

Methods

ToString()

string ToString()

Returns

String

Clone this wiki locally