Mercurial > wow > kbf
comparison KBF.xml @ 37:15b9e97ab2d2
hacked in very, very basic consolidated buff support. Needs *much* clean up, get side effects out of functions that don't want them, get the hide/show anchor logic into a secure state thingy
author | Chris Mellon <arkanes@gmail.com> |
---|---|
date | Fri, 31 Dec 2010 08:36:30 -0600 |
parents | c2ff66c87521 |
children | e19d0380b9f3 |
comparison
equal
deleted
inserted
replaced
36:758987dad08c | 37:15b9e97ab2d2 |
---|---|
17 <OnLeave> | 17 <OnLeave> |
18 GameTooltip:Hide(); | 18 GameTooltip:Hide(); |
19 </OnLeave> | 19 </OnLeave> |
20 </Scripts> | 20 </Scripts> |
21 </Button> | 21 </Button> |
22 | |
23 <Button name="KBFConsolidatedProxyTemplate" inherits="" virtual="true"> | |
24 <Attributes> | |
25 <Attribute name="type" value="cancelaura" /> | |
26 <Attribute name="toggleForVehicle" value="true" /> | |
27 <Attribute name="unit" value="player" /> | |
28 </Attributes> | |
29 <Size> | |
30 <AbsDimension x="216" y="16" /> | |
31 </Size> | |
32 <Scripts> | |
33 <OnEnter> | |
34 | |
35 </OnEnter> | |
36 <OnLeave> | |
37 | |
38 </OnLeave> | |
39 </Scripts> | |
40 </Button> | |
41 <Frame name="KBFConsolidateHeaderTemplate" virtual="true"> | |
42 <Size> | |
43 <AbsDimension x="216" y="16" /> | |
44 </Size> | |
45 </Frame> | |
22 </Ui> | 46 </Ui> |