Difference between revisions of "Scoreboard"
Jump to navigation
Jump to search
(Created page with ' Methods * maxScore * .inc(val), .dec(val) to increment and decrement score, default change by one if no val supplied * pause() score can't be changed') |
|||
Line 1: | Line 1: | ||
+ | Options | ||
+ | * | ||
+ | |||
+ | Fields | ||
+ | * Score | ||
+ | * Total | ||
+ | * # wrong | ||
Line 5: | Line 12: | ||
* .inc(val), .dec(val) to increment and decrement score, default change by one if no val supplied | * .inc(val), .dec(val) to increment and decrement score, default change by one if no val supplied | ||
* pause() score can't be changed | * pause() score can't be changed | ||
+ | * reset() | ||
+ | |||
+ | Possibly For future | ||
+ | * difficulty level | ||
+ | * |
Revision as of 00:16, 5 January 2010
Options
Fields
- Score
- Total
- # wrong
Methods
- maxScore
- .inc(val), .dec(val) to increment and decrement score, default change by one if no val supplied
- pause() score can't be changed
- reset()
Possibly For future
- difficulty level