Access to internal UID used by WeakAuras
Elitesparkle opened this issue ยท 2 comments
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.