So, TorAbility has a CooldownTime property that tells us the full cooldown time of an ability. Checking Me.IsAbilityReady (the EffectResult) shows us just NotReady, but doesn't differ between GC or the ability's cooldown. I've already got a way of detecting GC, but what I would like to check is the cooldown left in an ability. Is there any way I can do that? Thanks!