Frame:GetRegions

From Warcraft Wiki
Jump to navigation Jump to search

Returns a list of non-Frame child regions belonging to the frame.

region1, ... = Frame:GetRegions()

Returns

region1, ...
ScriptObject? - A list of each non-Frame child region (FontString or Texture) belonging to the frame or nil if there are noone.

Patch changes

WoW Icon update.png Patch 1.10.0 (2006-03-28): Added.[1]

References