WoW:API Frame GetChildren: Difference between revisions

no edit summary
No edit summary
 
No edit summary
Line 1: Line 1:
{{API/Uncategorized}}
{{API/Uncategorized}}
Sample code provided by Iriel:
local kids = { QuestLogFrame:GetChildren() };
for _,child in ipairs(kids) do
-- stuff
end
Anonymous user