diff Modules/BuffFrame.lua @ 62:ef4116179e2f v7.0.3-1

- cleaned up old file structure remnants
author Nenue
date Tue, 16 Aug 2016 08:37:07 -0400
parents 3f083d389c18
children ba9c13261bb2
line wrap: on
line diff
--- a/Modules/BuffFrame.lua	Mon Aug 15 09:35:46 2016 -0400
+++ b/Modules/BuffFrame.lua	Tue Aug 16 08:37:07 2016 -0400
@@ -2,10 +2,17 @@
 -- BuffFrame.lua
 -- Created: 7/27/2016 8:08 PM
 -- %file-revision%
--- Adds progress bars and cooldown swirls to buffbutton frames
+--[[
+  Adds progress bars and cooldown swirls to buffbutton frames
 
-local PLUGIN_NAME = 'BuffFrame'
-local plugin = {}
+  Known Limitations:
+  - Individual BuffButton frames are created upon use, making it difficult to do any sort of securestate priming
+  - TempEnchant info returns relative values only, and they don't synchronize with aura events
+  - BuffButtons can only be hidden/shown by blizzcode, so functions doing that have to be accounted for
+--]]
+
+
+local plugin = CreateFrame('Frame', 'VeneerBuffFrame', UIParent)
 local vn, print = LibStub("LibKraken").register(VeneerController, plugin)