m
Move page script moved page XML file to WoW:XML file without leaving a redirect
(Created page with "<Ui xsi:schemaLocation="http://www.blizzard.com/wow/ui/">; <script file="repopme.lua"/>; <!-- Frame to handle all core events --> <Fr...") |
m (Move page script moved page XML file to WoW:XML file without leaving a redirect) |
||
| (3 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
{{uiaddon}} | |||
== Example == | |||
<!-- where did this come from? very old --> | |||
<[[XML/Ui|Ui]] xsi:schemaLocation="http://www.blizzard.com/wow/ui/">; | |||
<Script file="repopme.lua"/>; | |||
<!-- Frame to handle all core events --> | |||
<Frame name="repopme_core"> | |||
<Scripts> | |||
<OnLoad> | |||
self:RegisterEvent("PLAYER_DEAD"); | |||
</OnLoad> | |||
<OnEvent> | |||
repopme_OnEvent(event); | |||
</OnEvent> | |||
</Scripts> | |||
</Frame> | |||
</Ui> | |||
[[Category:UI_technical_details]] | |||