Skip to content

newgroundsiodotnet.components.responses.scoreboard.scoreboardgetscoresresponse

GlitchyPSIX edited this page Mar 30, 2025 · 4 revisions

ScoreBoardGetScoresResponse

Namespace: NewgroundsIODotNet.Components.Responses.ScoreBoard

Response to getting the scores from a Scoreboard.

public class ScoreBoardGetScoresResponse : NewgroundsIODotNet.Components.Interfaces.INgioComponentResponse

Inheritance ObjectScoreBoardGetScoresResponse
Implements INgioComponentResponse

Properties

Component

public string Component { get; }

Property Value

String

Success

public bool Success { get; }

Property Value

Boolean

Data

public Dictionary<string, object> Data { get; }

Property Value

Dictionary<String, Object>

Debug

public bool Debug { get; }

Property Value

Boolean

Error

public Nullable<NgioServerError> Error { get; }

Property Value

Nullable<NgioServerError>

AppId

The App ID of another, approved app to load medals from.

public string AppId { get; }

Property Value

String

Limit

Scores fetched

public int Limit { get; }

Property Value

Int32

Period

Period from which the scores were fetched

public ScoreBoardPeriod Period { get; }

Property Value

ScoreBoardPeriod

Scores

Received scores

public Score[] Scores { get; }

Property Value

Score[]

Scoreboard

Scoreboard that was fetched from

public ScoreBoard Scoreboard { get; }

Property Value

ScoreBoard

Social

Whether these scores only reflect the user's social circle (friends).

public bool Social { get; }

Property Value

Boolean

User

User that was considered for the Social parameter.

public Nullable<User> User { get; }

Property Value

Nullable<User>

Clone this wiki locally