1
0
mirror of https://github.com/Artemis-RGB/Artemis synced 2025-12-13 05:48:35 +00:00

Updated Timer (markdown)

Robert Beekman 2017-01-01 13:25:25 +01:00
parent 5573ed530c
commit fdc28f0c28

@ -45,7 +45,7 @@ Removes an existing timer.
RemoveTimer(timer timer);
```
##### Required arguments
- **timer:** The timer to stop
- **timer:** The timer to remove
#### Example:
```lua