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
Hekili
ElvUI
Commits
c38ec8ea
Commit
c38ec8ea
authored
Jun 04, 2019
by
Azilroka
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Simpy 1, Azil 0
parent
4c172446
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
ElvUI/Modules/Nameplates/Nameplates.lua
ElvUI/Modules/Nameplates/Nameplates.lua
+12
-0
No files found.
ElvUI/Modules/Nameplates/Nameplates.lua
View file @
c38ec8ea
...
@@ -107,7 +107,19 @@ function NP:SetCVars()
...
@@ -107,7 +107,19 @@ function NP:SetCVars()
SetCVar
(
'nameplateOtherBottomInset'
,
-
1
)
SetCVar
(
'nameplateOtherBottomInset'
,
-
1
)
end
end
-- the order of these is important !!
SetCVar
(
'nameplateShowAll'
,
GetCVar
(
'nameplateShowAll'
))
SetCVar
(
'nameplateShowSelf'
,
(
NP
.
db
.
units
.
PLAYER
.
useStaticPosition
or
not
NP
.
db
.
units
.
PLAYER
.
enable
)
and
0
or
1
)
SetCVar
(
'nameplateShowSelf'
,
(
NP
.
db
.
units
.
PLAYER
.
useStaticPosition
or
not
NP
.
db
.
units
.
PLAYER
.
enable
)
and
0
or
1
)
SetCVar
(
'nameplateShowEnemyMinions'
,
GetCVar
(
'nameplateShowEnemyMinions'
))
SetCVar
(
'nameplateShowEnemyGuardians'
,
GetCVar
(
'nameplateShowEnemyGuardians'
))
SetCVar
(
'nameplateShowEnemyMinus'
,
GetCVar
(
'nameplateShowEnemyMinus'
))
SetCVar
(
'nameplateShowEnemyPets'
,
GetCVar
(
'nameplateShowEnemyPets'
))
SetCVar
(
'nameplateShowEnemyTotems'
,
GetCVar
(
'nameplateShowEnemyTotems'
))
SetCVar
(
'nameplateShowFriendlyMinions'
,
GetCVar
(
'nameplateShowFriendlyMinions'
))
SetCVar
(
'nameplateShowFriendlyGuardians'
,
GetCVar
(
'nameplateShowFriendlyGuardians'
))
SetCVar
(
'nameplateShowFriendlyNPCs'
,
GetCVar
(
'nameplateShowFriendlyNPCs'
))
SetCVar
(
'nameplateShowFriendlyPets'
,
GetCVar
(
'nameplateShowFriendlyPets'
))
SetCVar
(
'nameplateShowFriendlyTotems'
,
GetCVar
(
'nameplateShowFriendlyTotems'
))
end
end
function
NP
:
PLAYER_REGEN_DISABLED
()
function
NP
:
PLAYER_REGEN_DISABLED
()
...
...
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