forked from Tercioo/Details-Damage-Meter
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Split the window_playerbreakdown_spells.lua into three more files
- Loading branch information
Showing
15 changed files
with
1,643 additions
and
1,529 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 16 additions & 0 deletions
16
frames/window_breakdown/breakdown_spells_genericframes.lua
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
|
||
local addonName, Details222 = ... | ||
local breakdownWindow = Details.BreakdownWindow | ||
local Loc = LibStub("AceLocale-3.0"):GetLocale("Details") | ||
local SharedMedia = LibStub:GetLibrary("LibSharedMedia-3.0") | ||
local unpack = unpack | ||
local GetTime = GetTime | ||
local CreateFrame = CreateFrame | ||
local GetSpellLink = GetSpellLink | ||
local GetSpellInfo = GetSpellInfo | ||
local _GetSpellInfo = Details.GetSpellInfo | ||
local GameTooltip = GameTooltip | ||
local IsShiftKeyDown = IsShiftKeyDown | ||
local DF = DetailsFramework | ||
local tinsert = tinsert | ||
|
Oops, something went wrong.