ESOUI SVN UltimateUIHider

[/] [trunk/] [UltimateUIHider/] [UltimateUIHider.txt] - Blame information for rev 68

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 14 SilentShanx-14440
## Title: UltimateUIHider
2 SilentShanx-14440
## Author: SilentShanx
3 SilentShanx-14440
## Description: This addon will allow you to hide your ui including player markers.
4 67 SilentShanx-14440
## Version: 1.7002
5 68 SilentShanx-14440
## APIVersion: 100015
6 14 SilentShanx-14440
## SavedVariables: UltimateUIHiderSavedVariables
7 2 SilentShanx-14440
 
8 14 SilentShanx-14440
UltimateUIHider.lua
9 SilentShanx-14440
Bindings\Bindings.lua
10 SilentShanx-14440
Bindings\Bindings.xml
11 2 SilentShanx-14440
 
12 SilentShanx-14440
 
13 SilentShanx-14440
 
14 SilentShanx-14440
; DISCLOSURE:
15 SilentShanx-14440
; This Add-on is not created by, affiliated with or sponsored by ZeniMax
16 3 SilentShanx-14440
; Media Inc. or its affiliates. The Elder Scrolls� and related logos are
17 2 SilentShanx-14440
; registered trademarks or trademarks of ZeniMax Media Inc. in the United
18 SilentShanx-14440
; States and/or other countries. All rights reserved.
19 SilentShanx-14440
; You can read the full terms at https://account.elderscrollsonline.com/add-on-terms
20 SilentShanx-14440
 
21 SilentShanx-14440
; AUTHOR NOTE:
22 SilentShanx-14440
; Zenimax does not properly support Addon development nor do they properly
23 SilentShanx-14440
; document, or advertise, their API changes and patches. I can only work with the tools
24 SilentShanx-14440
; that I am given. If something breaks it is likely due to something ZOS did that I need
25 SilentShanx-14440
; to adjust my code in response to. Give me time and I'll do it. I appologize for the
26 68 SilentShanx-14440
; inconvenience that this will cause you but ultimately it's out of my hands.