/Tukui/modules/unitframes/templates/tankassist.xml
http://github.com/Asphyxia/Tukui · XML · 39 lines · 36 code · 3 blank · 0 comment · 0 complexity · 09ebe34e1e8725cadd7c52e97ab42590 MD5 · raw file
- <Ui xmlns="http://www.blizzard.com/wow/ui/">
- <Button name="oUF_TukuiMtt" inherits="SecureUnitButtonTemplate" hidden="true" virtual="true">
- <Frames>
-
- <Button name="$parentTarget" inherits="SecureUnitButtonTemplate">
- <Anchors>
- <Anchor point="TOPLEFT" relativePoint="TOPRIGHT" relativeTo="$parent">
- <Offset>
- <AbsDimension x="5" y="0"/>
- </Offset>
- </Anchor>
- </Anchors>
- <Attributes>
- <Attribute name="unitsuffix" type="string" value="target"/>
- <Attribute name="useparent-unit" type="boolean" value="true"/>
- <Attribute name="type1" type="string" value="target"/>
- <Attribute name="initial-unitWatch" type="boolean" value="true"/>
- </Attributes>
- </Button>
-
- <Button name="$parentTargetTarget" inherits="SecureUnitButtonTemplate">
- <Anchors>
- <Anchor point="TOPLEFT" relativePoint="TOPRIGHT" relativeTo="$parentTarget">
- <Offset>
- <AbsDimension x="5" y="0"/>
- </Offset>
- </Anchor>
- </Anchors>
- <Attributes>
- <Attribute name="unitsuffix" type="string" value="targettarget"/>
- <Attribute name="useparent-unit" type="boolean" value="true"/>
- <Attribute name="type1" type="string" value="targettarget"/>
- <Attribute name="initial-unitWatch" type="boolean" value="true"/>
- </Attributes>
- </Button>
-
- </Frames>
- </Button>
- </Ui>