vanilla-wow-addons – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 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 | C:\Projects\WoW\Bin\Interface\FrameXML\UI.xsd"> |
||
3 | <Script file="CT_PartyFrame.lua"/> |
||
4 | <FontString name="CT_PartyFrameTextTemplate" virtual="true" outline="THIN" font="Fonts\FRIZQT__.TTF"> |
||
5 | <FontHeight> |
||
6 | <AbsValue val="9"/> |
||
7 | </FontHeight> |
||
8 | <Color r="1.0" g="1.0" b="1.0"/> |
||
9 | <Shadow/> |
||
10 | </FontString> |
||
11 | <Button name="CT_PartyFrameTemplate" virtual="true"> |
||
12 | <Anchors> |
||
13 | <Anchor point="CENTER" relativeTo="$parentHealthBar"/> |
||
14 | </Anchors> |
||
15 | <Size> |
||
16 | <AbsDimension x="86" y="19"/> |
||
17 | </Size> |
||
18 | <Frames> |
||
19 | <Frame setAllPoints="true"> |
||
20 | <Frames> |
||
21 | <Frame setAllPoints="true"> |
||
22 | <Layers> |
||
23 | <Layer level="OVERLAY"> |
||
24 | <FontString name="$parentHealthBar" inherits="CT_PartyFrameTextTemplate" text=""> |
||
25 | <FontHeight> |
||
26 | <AbsValue val="9"/> |
||
27 | </FontHeight> |
||
28 | <Color r="1.0" g="1.0" b="1.0"/> |
||
29 | <Shadow/> |
||
30 | <Anchors> |
||
31 | <Anchor point="CENTER"/> |
||
32 | </Anchors> |
||
33 | </FontString> |
||
34 | <FontString name="$parentManaBar" inherits="CT_PartyFrameTextTemplate" text=""> |
||
35 | <FontHeight> |
||
36 | <AbsValue val="9"/> |
||
37 | </FontHeight> |
||
38 | <Color r="1.0" g="1.0" b="1.0"/> |
||
39 | <Shadow/> |
||
40 | <Anchors> |
||
41 | <Anchor point="CENTER"> |
||
42 | <Offset> |
||
43 | <AbsDimension x="0" y="-8"/> |
||
44 | </Offset> |
||
45 | </Anchor> |
||
46 | </Anchors> |
||
47 | </FontString> |
||
48 | <FontString name="$parentHealthRight" inherits="CT_PartyFrameTextTemplate" text=""> |
||
49 | <FontHeight> |
||
50 | <AbsValue val="9"/> |
||
51 | </FontHeight> |
||
52 | <Color r="1.0" g="1.0" b="1.0"/> |
||
53 | <Shadow/> |
||
54 | <Anchors> |
||
55 | <Anchor point="LEFT" relativePoint="RIGHT"> |
||
56 | <Offset> |
||
57 | <AbsDimension x="3" y="0"/> |
||
58 | </Offset> |
||
59 | </Anchor> |
||
60 | </Anchors> |
||
61 | </FontString> |
||
62 | <FontString name="$parentManaRight" inherits="CT_PartyFrameTextTemplate" text=""> |
||
63 | <FontHeight> |
||
64 | <AbsValue val="9"/> |
||
65 | </FontHeight> |
||
66 | <Color r="1.0" g="1.0" b="1.0"/> |
||
67 | <Shadow/> |
||
68 | <Anchors> |
||
69 | <Anchor point="LEFT" relativePoint="RIGHT"> |
||
70 | <Offset> |
||
71 | <AbsDimension x="3" y="-8"/> |
||
72 | </Offset> |
||
73 | </Anchor> |
||
74 | </Anchors> |
||
75 | </FontString> |
||
76 | </Layer> |
||
77 | </Layers> |
||
78 | </Frame> |
||
79 | </Frames> |
||
80 | </Frame> |
||
81 | </Frames> |
||
82 | </Button> |
||
83 | <Button name="CT_PartyFrame1" inherits="CT_PartyFrameTemplate" parent="PartyMemberFrame1" toplevel="true" id="1"/> |
||
84 | <Button name="CT_PartyFrame2" inherits="CT_PartyFrameTemplate" parent="PartyMemberFrame2" toplevel="true" id="2"/> |
||
85 | <Button name="CT_PartyFrame3" inherits="CT_PartyFrameTemplate" parent="PartyMemberFrame3" toplevel="true" id="3"/> |
||
86 | <Button name="CT_PartyFrame4" inherits="CT_PartyFrameTemplate" parent="PartyMemberFrame4" toplevel="true" id="4"/> |
||
87 | |||
88 | <Frame name="CT_PartyFrameGlobalFrame" parent="UIParent" hidden="false"> |
||
89 | <Scripts> |
||
90 | <OnLoad> |
||
91 | this:RegisterEvent("PARTY_MEMBERS_CHANGED"); |
||
92 | this:RegisterEvent("VARIABLES_LOADED"); |
||
93 | |||
94 | this:RegisterEvent("UNIT_HEALTH"); |
||
95 | this:RegisterEvent("UNIT_MAXHEALTH"); |
||
96 | |||
97 | this:RegisterEvent("UNIT_MANA"); |
||
98 | this:RegisterEvent("UNIT_MAXMANA"); |
||
99 | |||
100 | this:RegisterEvent("UNIT_ENERGY"); |
||
101 | this:RegisterEvent("UNIT_MAXENERGY"); |
||
102 | |||
103 | this:RegisterEvent("UNIT_RAGE"); |
||
104 | this:RegisterEvent("UNIT_MAXRAGE"); |
||
105 | |||
106 | this:RegisterEvent("UNIT_DISPLAYPOWER"); |
||
107 | </OnLoad> |
||
108 | <OnEvent> |
||
109 | CT_PartyFrame_Update(arg1, event); |
||
110 | </OnEvent> |
||
111 | </Scripts> |
||
112 | </Frame> |
||
113 | </Ui> |