WoW:API Frame GetFrameStrata: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
({{widgetmethod}})
No edit summary
Line 1: Line 1:
{{widgetmethod}}
{{widgetmethod}}


Returns the ''frame strata'' of the frame.
<center>'''GetFrameStrata''' ''-Documentation by [[user:Ruinna|Ruinna]]-''</center>


For more information see [[FrameStrata]].
== Synopsis ==
 
string frameStrata = Frame:GetFrameStrata();
 
== Description ==
 
Returns the ''frame strata'' of the frame. For more information see [[FrameStrata]].
 
== Return values ==
 
:;frameStrata : String - The strata name (e.g. "BACKGROUND"), or "UNKNOWN" if the frame's strata is not known. See [[FrameStrata]] for a list of valid strata names.

Revision as of 16:51, 5 June 2007

Widget API ← Frame < GetFrameStrata

GetFrameStrata -Documentation by Ruinna-

Synopsis

string frameStrata = Frame:GetFrameStrata();

Description

Returns the frame strata of the frame. For more information see FrameStrata.

Return values

frameStrata
String - The strata name (e.g. "BACKGROUND"), or "UNKNOWN" if the frame's strata is not known. See FrameStrata for a list of valid strata names.