Mercurial > wow > worldplan
view MapFrame.xml @ 110:f6ef9a9f5476
nop out `WorldMap_SetupWorldQuestButton` since we aren't using them visually
author | Nenue |
---|---|
date | Tue, 25 Jul 2017 12:38:27 -0400 |
parents | b67ba1078824 |
children |
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"> <Script file="MapFrame.lua" /> <Frame name="WorldPlanMapFrame" mixin="WorldPlanMapFrameMixin" parent="UIParent" frameStrata="DIALOG"> <Scripts> <OnLoad method="OnLoad" /> <OnEnter method="OnEnter" /> <OnLeave method="OnEnter" /> <OnShow method="OnShow" /> <OnHide method="OnHide" /> <OnEvent method="OnEvent" /> <OnUpdate method="OnUpdate" /> </Scripts> </Frame> </Ui>