comparison Veneer.lua @ 121:1f68c46bc4de

BuffFrame: - Added interface framework for selectively hiding certain buff's auxiliary values.
author Nenue
date Mon, 17 Jul 2017 11:51:31 -0400
parents 8c94bee4fdfc
children ea2c616a3b4f
comparison
equal deleted inserted replaced
120:5f1ba488c395 121:1f68c46bc4de
329 -- updates anchor relations to and from the target handler 329 -- updates anchor relations to and from the target handler
330 function Veneer:GetAnchor(...) 330 function Veneer:GetAnchor(...)
331 331
332 end 332 end
333 333
334
334 -- Recursives updates frame group anchors 335 -- Recursives updates frame group anchors
335 function Veneer:EvaluateAnchors(parent) 336 function Veneer:EvaluateAnchors(parent)
336 parent = parent or self 337 parent = parent or self
337 local print = eprint 338 local print = eprint
338 print('|cFF88FF00DynamicReanchor()') 339 print('|cFF88FF00DynamicReanchor()')