-
Notifications
You must be signed in to change notification settings - Fork 0
newgroundsiodotnet.components.responses.scoreboard.scoreboardgetscoresresponse
GlitchyPSIX edited this page Mar 30, 2025
·
4 revisions
Namespace: NewgroundsIODotNet.Components.Responses.ScoreBoard
Response to getting the scores from a Scoreboard.
public class ScoreBoardGetScoresResponse : NewgroundsIODotNet.Components.Interfaces.INgioComponentResponse
Inheritance Object → ScoreBoardGetScoresResponse
Implements INgioComponentResponse
public string Component { get; }
public bool Success { get; }
public Dictionary<string, object> Data { get; }
public bool Debug { get; }
public Nullable<NgioServerError> Error { get; }
The App ID of another, approved app to load medals from.
public string AppId { get; }
Scores fetched
public int Limit { get; }
Period from which the scores were fetched
public ScoreBoardPeriod Period { get; }
Received scores
public Score[] Scores { get; }
Scoreboard that was fetched from
public ScoreBoard Scoreboard { get; }
Whether these scores only reflect the user's social circle (friends).
public bool Social { get; }
User that was considered for the Social parameter.
public Nullable<User> User { get; }