postScore(scoreboardID
, value
): Promise
<Score
>
Post a score to a scoreboard
Parameters
Parameter | Type | Description |
---|
scoreboardID | number | The id of the scoreboard to post the score to |
value | number | The value of the score |
Returns
Promise
<Score
>
The Score that was posted to the board.
Source
newgrounds.d.ts:484