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 | ..\FrameXML\UI.xsd"> |
||
3 | <Frame name="SmartHealFrame" parent="UIParent" hidden="false" frameStrata="LOW"> |
||
4 | <Scripts> |
||
5 | <OnLoad> |
||
6 | SmartHeal:OnLoad(); |
||
7 | </OnLoad> |
||
8 | <OnEvent> |
||
9 | SmartHeal:OnEvent(event,arg1,arg2); |
||
10 | </OnEvent> |
||
11 | <OnUpdate> |
||
12 | SmartHeal:StopCasting_OnUpdate(arg1) |
||
13 | SmartHeal:ResumeAttack_OnUpdate(arg1) |
||
14 | </OnUpdate> |
||
15 | </Scripts> |
||
16 | </Frame> |
||
17 | <GameTooltip name="SmartHealSpellTooltip" frameStrata="TOOLTIP" hidden="true" inherits="GameTooltipTemplate"> |
||
18 | <Scripts> |
||
19 | <OnLoad> |
||
20 | this:SetOwner(this, "ANCHOR_NONE"); |
||
21 | </OnLoad> |
||
22 | </Scripts> |
||
23 | </GameTooltip> |
||
24 | </Ui> |