218 B
218 B
start
Starts the timer
Returns:
objectThe object
local mainFrame = basalt.createFrame()
local aTimer = mainFrame:addTimer()
aTimer:setTime(2):start()
<timer time="2" start="true"/>