vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
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 <GameTooltip name="SCTManaGainTooltip" frameStrata="TOOLTIP" hidden="true" inherits="GameTooltipTemplate">
4 <Scripts>
5 <OnLoad>
6 this:SetOwner(UIParent, "ANCHOR_NONE");
7 </OnLoad>
8 </Scripts>
9 </GameTooltip>
10  
11 <Script file="SCT_ManaGain.lua"/>
12 <Frame name="SCT_ManaGainFrame">
13 <Scripts>
14 <OnLoad>
15 SCT_ManaGain_OnLoad();
16 </OnLoad>
17 <OnEvent>
18 SCT_ManaGain_OnEvent();
19 </OnEvent>
20 </Scripts>
21 </Frame>
22 </Ui>