Skip to content

newgroundsiodotnet.components.requests.scoreboard.scoreboardgetboardsrequest

GlitchyPSIX edited this page Mar 30, 2025 · 4 revisions

ScoreBoardGetBoardsRequest

Namespace: NewgroundsIODotNet.Components.Requests.ScoreBoard

Request to obtain the ScoreBoards of the current game.

public class ScoreBoardGetBoardsRequest : NewgroundsIODotNet.Components.Interfaces.INgioComponentRequest

Inheritance ObjectScoreBoardGetBoardsRequest
Implements INgioComponentRequest

Remarks:

This component has no parameters.

Properties

Component

public string Component { get; }

Property Value

String

Parameters

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

Property Value

Dictionary<String, Object>

Echo

public object Echo { get; set; }

Property Value

Object

RequiresSecureCall

public bool RequiresSecureCall { get; }

Property Value

Boolean

Constructors

ScoreBoardGetBoardsRequest()

public ScoreBoardGetBoardsRequest()
Clone this wiki locally