mirror of
https://github.com/Bluewhale1337/ElvUIModernized.git
synced 2026-07-27 08:24:44 +00:00
61 lines
1.9 KiB
XML
61 lines
1.9 KiB
XML
<Ui xmlns="http://www.blizzard.com/wow/ui/">
|
|
<Script file="templates.lua"/>
|
|
<Include file="templates.xml"/>
|
|
|
|
<Script file="init.lua"/>
|
|
<Script file="private.lua"/>
|
|
<Script file="ouf.lua"/>
|
|
<Script file="events.lua"/>
|
|
<Script file="factory.lua"/>
|
|
<Script file="blizzard.lua"/>
|
|
<Script file="units.lua"/>
|
|
<Script file="colors.lua"/>
|
|
<Script file="finalize.lua"/>
|
|
|
|
<Include file="elements\elements.xml"/>
|
|
|
|
<Cooldown name="oUF_CooldownFrameTemplate" inherits="CooldownFrameTemplate" drawEdge="true" virtual="true"/>
|
|
|
|
<!--
|
|
Sub-object as a child of the parent unit frame:
|
|
<Button name="oUF_HeaderTargetTemplate" inherits="SecureUnitButtonTemplate" virtual="true">
|
|
<Frames>
|
|
<Button name="$parentTarget" inherits="SecureUnitButtonTemplate">
|
|
<Attributes>
|
|
<Attribute name="unitsuffix" type="string" value="target"/>
|
|
<Attribute name="useparent-unit" type="boolean" value="true"/>
|
|
</Attributes>
|
|
</Button>
|
|
</Frames>
|
|
</Button>
|
|
|
|
Separate unit template example:
|
|
<Button name="oUF_HeaderSeparateSubOjectsTemplate" inherits="SecureUnitButtonTemplate" virtual="true">
|
|
<Attributes>
|
|
<Attribute name="oUF-onlyProcessChildren" type="boolean" value="true"/>
|
|
</Attributes>
|
|
|
|
<Frames>
|
|
<Button name="$parentUnit" inherits="SecureUnitButtonTemplate">
|
|
<Attributes>
|
|
<Attribute name="useparent-unit" type="boolean" value="true"/>
|
|
</Attributes>
|
|
</Button>
|
|
|
|
<Button name="$parentPet" inherits="SecureUnitButtonTemplate">
|
|
<Attributes>
|
|
<Attribute name="unitsuffix" type="string" value="pet"/>
|
|
<Attribute name="useparent-unit" type="boolean" value="true"/>
|
|
</Attributes>
|
|
</Button>
|
|
|
|
<Button name="$parentTarget" inherits="SecureUnitButtonTemplate">
|
|
<Attributes>
|
|
<Attribute name="unitsuffix" type="string" value="target"/>
|
|
<Attribute name="useparent-unit" type="boolean" value="true"/>
|
|
</Attributes>
|
|
</Button>
|
|
</Frames>
|
|
</Button>
|
|
-->
|
|
</Ui> |