Gaming
 

PlayerIsCasting

From WoWWiki

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

Usage:

PlayerIsCasting()

EX:

if PlayerIsCasting() then doSomething(); end

Returns:

isCasting - 1 if casting, else nil (boolean)