How to get effect duration of an activitable charm

mistahmikey

Active Member
Tried using <item>.Duration, but it always returns NULL for me (even after using <item>:Initialize). Is this a bug, or is there some other way I must do this?

After some further checking, the following item members also consistently return NULL for an equipped activateable charm:

Duration
CastingTime
RecastTime
RecoveryTime

The following members appear to be working:

IsReady
TimeUntilReady (although when IsReady is TRUE, this is set to -1)
IsActivatable

I was unable to find any members that return range information for an activatable item (exists for weapons only). Is this something that could be added?
 
Last edited:

Amadeus

The Maestro
Staff member
Add a feature request, and be sure to include an example item that would be easily obtainable for me through the broker (preferably with a short cooldown), etc. so I would have it for testing.
 
Top Bottom