#Frame Level within Strata

1 messages · Page 1 of 1 (latest)

left wigeon
#

Hi,
Is it possible to set a frame level within the Strata like you can in ElvUI ?
I'm trying to layer some aura's in between my Unit Frames but aside from having them all on separate Strata levels I cant seem to get it to work.
Any help would be appreciated !

fiery mist
#

No, not by default

#

Well, the ordering in the list on the left corresponds to frame levels I guess? Within a group at least.

If that doesn't work for your case for whatever reason, you can use code:

#

Use that on the aura region. aura_env.region if it's from within that aura, WeakAuras.GetRegion("YourAuraName") if it's from elsewhere

left wigeon
#

Thank you !

#

So I just put that in the Custom Code field ?

fiery mist
#

there are a dozen custom code fields

#

it depends on when you wanna run it. usually actions on show custom for this I guess

#

and then aura_env.region_SetFrameLevel(1111) or whatever