WoW:API Frame GetChildren: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
m (Changed the code to a code block)
({{widgetmethod}})
Line 1: Line 1:
{{API/Uncategorized}}
{{widgetmethod}}
{{stub/api}}





Revision as of 11:57, 10 June 2006

Widget API ← Frame < GetChildren

Template:Stub/api


Sample code provided by Iriel:

local kids = { QuestLogFrame:GetChildren() };

for _,child in ipairs(kids) do
-- stuff
end