Gaming
 

IsCasting.GetTimeLeft

From WoWWiki

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

Usage:

IsCasting.GetTimeLeft()

EX:

if (IsCasting.GetTimeLeft() > 2000) then doSomething(); end

Returns:

timeLeft - time (in milliseconds) left if casting, else nil (number)