Mercurial > wow > kbf
view KBF.xml @ 12:5f07c89cb6af
tooltips for buffs
author | Chris Mellon <arkanes@gmai.com> |
---|---|
date | Wed, 13 Oct 2010 11:11:13 -0500 |
parents | 3d4128c79074 |
children | c2ff66c87521 |
line wrap: on
line source
<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/ ..\FrameXML\UI.xsd"> <!-- A button template for unit aura buttons --> <Button name="KBFSecureUnitAuraTemplate" inherits="SecureActionButtonTemplate" virtual="true"> <Attributes> <Attribute name="type" value="cancelaura" /> <Attribute name="allowToggleVehicle" value="true" /> <Attribute name="unit" value="player" /> </Attributes> <Size> <AbsDimension x="216" y="16" /> </Size> <Scripts> <OnEnter> KBF:OnEnter(self, motion) </OnEnter> <OnLeave> GameTooltip:Hide(); </OnLeave> </Scripts> </Button> </Ui>