Skip to content

newgroundsiodotnet.components.responses.scoreboard.scoreboardpostscoreresponse

GlitchyPSIX edited this page Mar 30, 2025 · 4 revisions

ScoreBoardPostScoreResponse

Namespace: NewgroundsIODotNet.Components.Responses.ScoreBoard

Response to posting to a Scoreboard.

public class ScoreBoardPostScoreResponse : NewgroundsIODotNet.Components.Interfaces.INgioComponentResponse

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

Score

Score that was just posted.

public Score Score { get; }

Property Value

Score

ScoreBoard

ScoreBoard that was just posted to.

public ScoreBoard ScoreBoard { get; }

Property Value

ScoreBoard

Clone this wiki locally