View Single Post
06/24/19, 02:26 AM   #1
Sordrak
 
Sordrak's Avatar
AddOn Author - Click to view addons
Join Date: May 2017
Posts: 52
[open] IsUnitFalling(unitTag) / IsUnitJumping(unitTag)

Hi guys

There's already a function IsUnitSwimming(unitTag).

I guess the two functions IsUnitFalling(unitTag) / IsUnitJumping(unitTag) wouldn't be hard to implement and could give quite a bit of nice insights on what is currently going on (analyzing a few things).

Furthermore, i believe there might be a few nice things possible with these two functions.
  Reply With Quote