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
26 lines
1.3 KiB
|
2 years ago
|
<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="CellQuickAssistButtonTemplate" inherits="BackdropTemplate,SecureUnitButtonTemplate,SecureHandlerEnterLeaveTemplate,SecureHandlerShowHideTemplate" hidden="true" virtual="true">
|
||
|
|
<Attributes>
|
||
|
|
<Attribute name="checkselfcast" type="boolean" value="false"/>
|
||
|
|
<Attribute name="checkfocuscast" type="boolean" value="false"/>
|
||
|
|
<!-- <Attribute name="toggleForVehicle" type="boolean" value="true"/> -->
|
||
|
|
<!-- <Attribute name="ping-receiver" type="boolean" value="true"/> -->
|
||
|
|
<!-- <Attribute name="allowVehicleTarget" type="boolean" value="true"/> -->
|
||
|
|
</Attributes>
|
||
|
|
<Scripts>
|
||
|
|
<OnLoad>
|
||
|
|
CellQuickAssist_OnLoad(self)
|
||
|
|
</OnLoad>
|
||
|
|
</Scripts>
|
||
|
|
</Button>
|
||
|
|
|
||
|
|
<Button name="CellQuickAssistPreviewButtonTemplate" inherits="BackdropTemplate" hidden="true" virtual="true">
|
||
|
|
<Scripts>
|
||
|
|
<OnLoad>
|
||
|
|
CellQuickAssist_OnLoad(self)
|
||
|
|
self.isPreview = true
|
||
|
|
</OnLoad>
|
||
|
|
</Scripts>
|
||
|
|
</Button>
|
||
|
|
</Ui>
|