- 0 Talk
-
UIHANDLER OnLoad
| | This article or section is a World of Warcraft API stub. You can help expand it by editing it.
|
Description
Edit
The OnLoad handler is called when a frame is created.
frame = CreateFrame("Frame"); -- frame created, OnLoad handler called
frame:SetScript("OnLoad", function() print("Frame loaded") end); -- never called
Arguments
Edit
self - the frame being created