Add sim note to 'reset' api topic (#616)

This commit is contained in:
Galen Nickel 2018-02-01 21:53:42 -08:00 committed by Peli de Halleux
parent 6ad6c40328
commit 28b633aa8e

View File

@ -7,6 +7,13 @@ This function is like pressing the reset button on the back of the @boardname@.
```sig
control.reset()
```
## ~hint
**Simulator**
The **reset** function works only on a real @boardname@ and not in the simulator.
## ~
## Example
@ -26,12 +33,6 @@ input.onButtonPressed(Button.B, () => {
});
```
### ~hint
This program works better on a real @boardname@ than in the simulator.
### ~
## See Also
## See also
[clear screen](/reference/basic/clear-screen), [game over](/reference/game/game-over)