WeakAuras

WeakAuras

200M Downloads

Access to internal UID used by WeakAuras

Elitesparkle opened this issue ยท 2 comments

commented

Is your feature request related to a problem? Please describe.
I made an aura which can disable Masque for itself, so it doesn't ruin its look.
For it to work, however, I need its UID (see here). Now I'm forced to hardcode it.

Describe the solution you'd like
I'd like for auras to have aura_env.uid as a field.

Describe alternatives you've considered
I'd like to be able to use a WeakAuras.GetUID(aura_env.id) function.

commented

The uid is in the returns of WeakAuras.GetData(id).

commented

Thank you! I searched the wiki and asked for support to no avail, so I thought it wasn't possible.