View Single Post
12/06/16, 07:32 PM   #6
cloudor
 
cloudor's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2014
Posts: 23
@Diesosoon @Baertram Thank you, I found a easy way to judge whether a ground ability is confirmed or canceled. If the ground ability is canceled by performing another ability, then the EVENT_ACTION_SLOT_ABILITY_USED will be immediately fired after EVENT_ACTION_UPDATE_COOLDOWNS within 1 millisecond. So I can solve this problem by doing a 2-staged lazy check.
  Reply With Quote