WoW:API Frame SetFrameStrata: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
mNo edit summary
m (Move page script moved page API Frame SetFrameStrata to API Frame SetFrameStrata without leaving a redirect)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{widgetmethod}}
{{widgetmethod}} __NOTOC__
{{Stub/API}}
Sets the ''frame strata'' of the frame.


For more information see [[frameStrata]].
Sets the [[FrameStrata|Frame Strata]] of the frame.
MyFrame:SetFrameStrata(strata)
 
 
== Arguments ==
:; strata : [[UITYPE FrameStrata|FrameStrata]] -- The strata your frame will be put in
 
 
== Returns ==
: ''none''

Latest revision as of 04:45, 15 August 2023

Widget API ← Frame < SetFrameStrata

Sets the Frame Strata of the frame.

MyFrame:SetFrameStrata(strata)


Arguments[edit]

strata
FrameStrata -- The strata your frame will be put in


Returns[edit]

none