WoW API: XML file
Jump to navigation
Jump to search
← WoW API
Example:
<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>
this:RegisterEvent("PLAYER_DEAD");
</OnLoad>
<OnEvent>
repopme_OnEvent(event);
</OnEvent>
</Scripts>
</Frame>
</Ui>