Added Parameters section.

This commit is contained in:
Ron Hale-Evans 2016-06-15 17:56:41 -07:00
parent fa947036f0
commit 4a9e1466e6
1 changed files with 3 additions and 0 deletions

View File

@ -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