Widget API: Frame:GetFrameStrata

Widget API ← Frame < GetFrameStrata

Returns the strata of the frame.

strata = MyFrame:GetFrameStrata();

ArgumentsEdit

none

ReturnsEdit

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.