WoW:API Frame GetChildren

Revision as of 13:29, 31 January 2006 by WoWWiki>Cladhaire (Changed the code to a code block)

Template:API/Uncategorized


Sample code provided by Iriel:

local kids = { QuestLogFrame:GetChildren() };

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