WoW:API Frame GetChildren: Difference between revisions
Jump to navigation
Jump to search
m (Changed the code to a code block) |
({{widgetmethod}}) |
||
| Line 1: | Line 1: | ||
{{ | {{widgetmethod}} | ||
{{stub/api}} | |||
Revision as of 11:57, 10 June 2006
← Widget API ← Frame < GetChildren
Sample code provided by Iriel:
local kids = { QuestLogFrame:GetChildren() };
for _,child in ipairs(kids) do
-- stuff
end