Gaming
 

IsCasting.GetSpellCastEndTime

From WoWWiki

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

Usage:

IsCasting.GetSpellCastEndTime()

EX:

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

Returns:

timeEnded - time (according to GetTime()) when the last spell stopped casting, nil if nothing has been cast yet (number)