View Single Post
05/08/14, 12:36 PM   #1
gamegenius86
 
gamegenius86's Avatar
AddOn Author - Click to view addons
Join Date: Feb 2014
Posts: 27
[outdated] Add back Casting Event

Lastest version of the API removed the event for begin cast (seen below). It would be awesome if this functionality was added back.

Lua Code:
  1. EVENT_BEGIN_CAST (string unitTag, string actionName, number startTime, number endTime, bool isChannel, integer barType, bool blockable, bool interruptible, bool isChargeUp)