Gaming
 

IsCasting.UnregisterForEvent

From WoWWiki

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

Usage:

IsCasting.UnregisterForEvent(frame)

Unregisters a frame for a emulated "SPELLCAST_SUCCESS" event.

The same as frame:UnregisterEvent("SPELLCAST_SUCCESS") if it were a real WoW event.

EX:

IsCasting.UnregisterForEvent(MyAddonFrame)

Args:

frame - a WoW xml frame object (table)