Files
aux-addon-ClassicAPI/scan.xml
T
Manuel Simon Hirsig 60a4f1bf61 refactoring complete
2015-09-27 01:30:17 +02:00

19 lines
370 B
XML

<Ui xsi:schemaLocation="http://www.blizzard.com/wow/ui/">
<Script file="scan.lua"/>
<!-- Frame to handle all core events -->
<Frame>
<Scripts>
<OnLoad>
this:RegisterEvent("AUCTION_ITEM_LIST_UPDATE")
</OnLoad>
<OnEvent>
Aux.scan.on_event()
</OnEvent>
<OnUpdate>
Aux.scan.on_update()
</OnUpdate>
</Scripts>
</Frame>
</Ui>