Skip to content

newgroundsiodotnet.components.responses.medal.scoreboardgetboardsresponse

GlitchyPSIX edited this page Mar 30, 2025 · 4 revisions

ScoreBoardGetBoardsResponse

Namespace: NewgroundsIODotNet.Components.Responses.Medal

Response to a request to get the Scoreboards of the game.

public class ScoreBoardGetBoardsResponse : NewgroundsIODotNet.Components.Interfaces.INgioComponentResponse

Inheritance ObjectScoreBoardGetBoardsResponse
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>

ScoreBoards

Received Scoreboards

public ScoreBoard[] ScoreBoards { get; }

Property Value

ScoreBoard[]

Clone this wiki locally