You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
1.3 KiB

<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/ https://raw.githubusercontent.com/Gethe/wow-ui-source/live/Interface/FrameXML/UI_shared.xsd">
<Button name="CellUnitButtonTemplate" inherits="BackdropTemplate,SecureUnitButtonTemplate,SecureHandlerEnterLeaveTemplate,SecureHandlerShowHideTemplate" hidden="true" virtual="true">
<Attributes>
<Attribute name="toggleForVehicle" type="boolean" value="true"/>
<Attribute name="checkselfcast" type="boolean" value="false"/>
<Attribute name="checkfocuscast" type="boolean" value="false"/>
<!-- <Attribute name="allowVehicleTarget" type="boolean" value="true"/> -->
<!-- <Attribute name="ping-receiver" type="boolean" value="true"/> -->
</Attributes>
<Scripts>
<OnLoad>
CellUnitButton_OnLoad(self)
</OnLoad>
</Scripts>
</Button>
<Button name="CellPreviewButtonTemplate" inherits="BackdropTemplate" hidden="true" virtual="true">
<Scripts>
<OnLoad>
CellUnitButton_OnLoad(self)
self.isPreview = true
</OnLoad>
</Scripts>
</Button>
</Ui>