WoWWiki

This wiki contains inaccurate and out-of-date information. Please head over to https://wowpedia.fandom.com for more accurate and up-to-date game information.

READ MORE

WoWWiki
Advertisement

Widget API ← Frame < GetFrameStrata

Returns the strata of the frame.

strata = MyFrame:GetFrameStrata();

Arguments[]

none

Returns[]

strata
FrameStrata - The strata name. Note: value "PARENT" will not be returned, instead it will be substituted with inherited strata level. Also, be aware of the special case return "UNKNOWN" returned for the WorldFrame object.
Advertisement