WoW:XML file

From AddOn Studio
Revision as of 17:43, 9 September 2014 by Bear (talk | contribs)
Jump to navigation Jump to search

WoW AddOn


Example

<Ui xsi:schemaLocation="http://www.blizzard.com/wow/ui/">;
  <Script file="repopme.lua"/>;
  
  <Frame name="repopme_core">
    <Scripts>
      <OnLoad>
        self:RegisterEvent("PLAYER_DEAD");
      </OnLoad>
      <OnEvent> 
        repopme_OnEvent(event);
      </OnEvent>
    </Scripts>
  </Frame>
</Ui>