WoW:API Frame GetChildren

Revision as of 01:42, 31 January 2006 by WoWWiki>Raevanmorlock

Template:API/Uncategorized


Sample code provided by Iriel:

local kids = { QuestLogFrame:GetChildren() };

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