Mercurial > wow > buffalo2
comparison Modules/Currency.xml @ 115:8c94bee4fdfc
- AddHandler simplified
- Centralized combat start/stop hooks
- WorldState removed
| author | Nenue |
|---|---|
| date | Tue, 28 Mar 2017 07:02:26 -0400 |
| parents | 6748c98a6c6c |
| children | ddfe19d70a34 |
comparison
equal
deleted
inserted
replaced
| 114:6748c98a6c6c | 115:8c94bee4fdfc |
|---|---|
| 1 <Ui xmlns="http://www.blizzard.com/wow/ui/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.blizzard.com/wow/ui/ | 1 <Ui xmlns="http://www.blizzard.com/wow/ui/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.blizzard.com/wow/ui/ |
| 2 ..\FrameXML\UI.xsd"> | 2 ..\FrameXML\UI.xsd"> |
| 3 | 3 |
| 4 <Script file="Currency.lua" /> | 4 <Script file="Currency.lua" /> |
| 5 <Frame virtual="true" name="VeneerCurrencyTemplate" parentArray="Blocks" mixin="VeneerWorldStateCurrencyBlockMixin" hidden="true"> | 5 <Frame virtual="true" name="VeneerCurrencyTemplate" parentArray="Blocks" mixin="VeneerCurrencyBlockMixin" hidden="true"> |
| 6 <Scripts> | 6 <Scripts> |
| 7 <OnLoad method="OnLoad" /> | 7 <OnLoad method="OnLoad" /> |
| 8 <OnEvent method="OnEvent" /> | 8 <OnEvent method="OnEvent" /> |
| 9 <OnShow method="OnShow" /> | 9 <OnShow method="OnShow" /> |
| 10 <OnHide method="OnHide" /> | 10 <OnHide method="OnHide" /> |
| 34 </FontString> | 34 </FontString> |
| 35 </Layer> | 35 </Layer> |
| 36 </Layers> | 36 </Layers> |
| 37 </Frame> | 37 </Frame> |
| 38 | 38 |
| 39 <Frame parent="VeneerWorldState" name="$parentZoneCurrency" parentArray="modules" mixin="VeneerWorldStateCurrencyMixin" hidden="true" inherits="VeneerMixinScripts, VeneerAnimations"> | 39 <Frame parent="UIParent" name="VeneerCurrency" parentArray="modules" mixin="VeneerCurrencyMixin" hidden="true" inherits="VeneerMixinScripts, VeneerAnimations"> |
| 40 <Size x="240" y="24" /> | 40 <Size x="240" y="24" /> |
| 41 <Anchors> | 41 <Anchors> |
| 42 <Anchor point="TOP" /> | 42 <Anchor point="TOP" /> |
| 43 </Anchors> | 43 </Anchors> |
| 44 </Frame> | 44 </Frame> |
