Skip to content

NewgroundsIO.components.ScoreBoard.postScore

PsychoGoldfishNG edited this page Aug 18, 2022 · 17 revisions

File: /components/ScoreBoard/postScore.cs
Extends: NewgroundsIO.BaseComponent
Posts a score to the specified scoreboard.

Public Properties

id

Type: (int)
The numeric ID of the scoreboard.

tag

Type: (string)
An optional tag that can be used to filter scores via ScoreBoard.getScores

value

Type: (int)
The int value of the score.

Public Methods

postScore

constructor postScore()

clone

NewgroundsIO.components.ScoreBoard.postScore clone(NewgroundsIO.components.ScoreBoard.postScore cloneTo = null)

Clones the properties of this object to another (or new) object.

Parameters:

Returns NewgroundsIO.components.ScoreBoard.postScore
The object that was cloned to.

Clone this wiki locally