From 4a9e1466e694fd0ac2a725f937dc5329a8a21dbe Mon Sep 17 00:00:00 2001 From: Ron Hale-Evans Date: Wed, 15 Jun 2016 17:56:41 -0700 Subject: [PATCH] Added Parameters section. --- docs/reference/game/change-score-by.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/reference/game/change-score-by.md b/docs/reference/game/change-score-by.md index ae8c5a83..6002d4d5 100644 --- a/docs/reference/game/change-score-by.md +++ b/docs/reference/game/change-score-by.md @@ -5,6 +5,9 @@ Add the amount you say to the score for the game. ```sig game.addScore(1) ``` +### Parameters + +* a [number](/reference/types/number) that means how much to add to the score. A negative number means to subtract from the score. ### Examples