Gaming
 

IsCasting.GetSpellCastStartTime

From WoWWiki

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

Usage:

IsCasting.GetSpellCastStartTime()

EX:

if (IsCasting.GetSpellCastStartTime() > (GetTime() - 5) ) then doSomething(); end

Returns:

timeStarted - time (according to GetTime()) when the current or last spell started casting, nil if nothing has been cast yet (number)