Added Parameters section.
This commit is contained in:
parent
fa947036f0
commit
4a9e1466e6
@ -5,6 +5,9 @@ Add the amount you say to the score for the game.
|
|||||||
```sig
|
```sig
|
||||||
game.addScore(1)
|
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
|
### Examples
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user