Mercurial > wow > buffalo2
comparison Modules/ArtifactPower.xml @ 125:3f4794dca91b
template load order and Script handlers linkage
author | Nenue |
---|---|
date | Sun, 15 Oct 2017 16:47:22 -0400 |
parents | b3c0258b419d |
children | 9f2cf5609420 |
comparison
equal
deleted
inserted
replaced
124:07fe8fae8ca8 | 125:3f4794dca91b |
---|---|
23 </Layers> | 23 </Layers> |
24 </Button> | 24 </Button> |
25 | 25 |
26 <Button name="VeneerArtifactButton" parentArray="Artifact" mixin="VeneerArtifactButtonMixin" virtual="true"> | 26 <Button name="VeneerArtifactButton" parentArray="Artifact" mixin="VeneerArtifactButtonMixin" virtual="true"> |
27 <Scripts> | 27 <Scripts> |
28 <OnShow method="OnShow" /> | |
29 <OnHide method="OnHide" /> | |
28 <OnLoad method="OnLoad" /> | 30 <OnLoad method="OnLoad" /> |
29 <OnEvent method="OnEvent" /> | 31 <OnEvent method="OnEvent" /> |
30 <OnEnter method="OnEnter" /> | 32 <OnEnter method="OnEnter" /> |
31 <OnLeave method="OnLeave" /> | 33 <OnLeave method="OnLeave" /> |
32 <OnClick method="OnClick" /> | 34 <OnClick method="OnClick" /> |