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="localization.lua"/> |
||
4 | <Script file="localization.ge.lua"/> |
||
5 | <Script file="localization.fr.lua"/> |
||
6 | <Script file="CT_Master.lua"/> |
||
7 | <Script file="CT_ModRegister.lua"/> |
||
8 | <Frame name="CT_Master_GlobalFrame" parent="WorldFrame"> |
||
9 | <Scripts> |
||
10 | <OnLoad> |
||
11 | this:RegisterEvent("VARIABLES_LOADED"); |
||
12 | this:RegisterEvent("UNIT_NAME_UPDATE"); |
||
13 | this:RegisterEvent("SPELLS_CHANGED"); |
||
14 | CT_GetPlayerSpells(); |
||
15 | </OnLoad> |
||
16 | <OnEvent> |
||
17 | CT_Master_OnEvent(event); |
||
18 | </OnEvent> |
||
19 | </Scripts> |
||
20 | </Frame> |
||
21 | <Frame name="CTFramerate" hidden="true" parent="WorldFrame"> |
||
22 | <Anchors> |
||
23 | <Anchor point="TOPLEFT" relativePoint="TOPLEFT"/> |
||
24 | </Anchors> |
||
25 | <Size> |
||
26 | <AbsDimension x="100" y="50"/> |
||
27 | </Size> |
||
28 | <Layers> |
||
29 | <Layer level="ARTWORK"> |
||
30 | <FontString name="$parentLabel" hidden="false" inherits="SystemFont" text="FRAMERATE_LABEL"> |
||
31 | <Anchors> |
||
32 | <Anchor point="TOPLEFT"/> |
||
33 | </Anchors> |
||
34 | </FontString> |
||
35 | <FontString name="$parentText" hidden="false" inherits="SystemFont"> |
||
36 | <Anchors> |
||
37 | <Anchor point="LEFT" relativeTo="$parentLabel" relativePoint="RIGHT"/> |
||
38 | </Anchors> |
||
39 | </FontString> |
||
40 | </Layer> |
||
41 | </Layers> |
||
42 | <Scripts> |
||
43 | <OnLoad> |
||
44 | this.fpsTime = 0; |
||
45 | </OnLoad> |
||
46 | <OnUpdate> |
||
47 | CT_Master_GlobalFrame_OnUpdate(arg1); |
||
48 | </OnUpdate> |
||
49 | </Scripts> |
||
50 | </Frame> |
||
51 | </Ui> |