Docs 1.6
Accidentally uploaded outdated 1.6 docs
This commit is contained in:
14
docs/docs1_6/objects/Timer/start.md
Normal file
14
docs/docs1_6/objects/Timer/start.md
Normal file
@@ -0,0 +1,14 @@
|
||||
## start
|
||||
Starts the timer
|
||||
|
||||
#### Returns:
|
||||
1. `object` The object
|
||||
|
||||
```lua
|
||||
local mainFrame = basalt.createFrame()
|
||||
local aTimer = mainFrame:addTimer()
|
||||
aTimer:setTime(2):start()
|
||||
```
|
||||
```xml
|
||||
<timer time="2" start="true"/>
|
||||
```
|
||||
Reference in New Issue
Block a user