Gaming
 

Chronos.startTimer

From WoWWiki

This article is a part of the documentation of the Chronos function library

	--[[
	--	Chronos.startTimer([ID]);
	--		Starts a timer on a particular
	--
	--	Args
	--		ID - optional parameter to identify who is asking for a timer.
	--		
	--		If ID does not exist, this:GetName() is used. 
	--
	--	When you want to get the amount of time passed since startTimer(ID) is called, 
	--	call getTimer(ID) or endTimer(ID) and it will return the number in seconds. 
	--
	--]]