comparison Modules/ArtifactPower.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 5f1ba488c395
children ea2c616a3b4f
comparison
equal deleted inserted replaced
120:5f1ba488c395 121:1f68c46bc4de
12 fishingCache = {}, 12 fishingCache = {},
13 scanQueue = {}, 13 scanQueue = {},
14 worldQuestAP = 0, 14 worldQuestAP = 0,
15 worldQuestItems = {}, 15 worldQuestItems = {},
16 ItemButtons = {}, 16 ItemButtons = {},
17 anchorGroup = 'TOP',
17 anchorPoint = 'TOP', 18 anchorPoint = 'TOP',
18 anchorPriority = 3, 19 anchorPriority = 3,
19 anchorFrom = 'TOP', 20 anchorFrom = 'BOTTOMLEFT',
20 moduleName = 'Artifactor', 21 moduleName = 'Artifactor',
21 HideCombat = true 22 HideCombat = true
22 } 23 }
23 local defaultSettings = { 24 local defaultSettings = {
24 firstUse = true, 25 firstUse = true,