Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Blazeflack
ElvUI_CustomTags
Commits
970403b8
Commit
970403b8
authored
Mar 30, 2016
by
Blazeflack
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Initial upload of empty framework
parents
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
27 additions
and
0 deletions
+27
-0
ElvUI_CustomTags/ElvUI_CustomTags.toc
ElvUI_CustomTags/ElvUI_CustomTags.toc
+10
-0
ElvUI_CustomTags/core.lua
ElvUI_CustomTags/core.lua
+17
-0
No files found.
ElvUI_CustomTags/ElvUI_CustomTags.toc
0 → 100644
View file @
970403b8
## Interface: 60200
## Author: Blazeflack
## Version: 1.00
## Title: |cff1784d1ElvUI|r |cff4beb2cCustomTags|r
## Notes: A collection of custom unitframe tags requested by users.
## RequiredDeps: ElvUI
## DefaultState: enabled
core.lua
\ No newline at end of file
ElvUI_CustomTags/core.lua
0 → 100644
View file @
970403b8
--Add access to ElvUI engine and unitframe framework
local
E
=
unpack
(
ElvUI
);
local
ElvUF
=
ElvUI
.
oUF
assert
(
ElvUF
,
"ElvUI was unable to locate oUF."
)
--Cache global variables
--Lua functions
local
_G
=
_G
local
unpack
,
pairs
=
unpack
,
pairs
local
twipe
=
table
.
wipe
local
ceil
,
sqrt
,
floor
=
math.ceil
,
math.sqrt
,
math.floor
local
format
=
string.format
--[[
Add custom tags below this block
--]]
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment