Skip to content

postScore

postScore(scoreboardID, value): Promise<Score>

Post a score to a scoreboard

Parameters

ParameterTypeDescription
scoreboardIDnumberThe id of the scoreboard to post the score to
valuenumberThe value of the score

Returns

Promise<Score>

The Score that was posted to the board.

Source

newgrounds.d.ts:484