Forum: AddOn Help/Support
10-29-20, 11:10 AM
|
Replies: 6
Views: 2,757
You can also use C_NamePlate.GetNamePlates...
You can also use C_NamePlate.GetNamePlates (https://wow.gamepedia.com/API_C_NamePlate.GetNamePlates) to get only visible nameplates. A plus to this is it gives you the nameplate.
function...
|
Forum: Lua/XML Help
09-30-20, 08:54 AM
|
Replies: 4
Views: 3,534
|
Forum: Lua/XML Help
09-29-20, 11:07 AM
|
Replies: 14
Views: 6,068
|
Forum: Classic - AddOn Help/Support
07-10-20, 11:42 PM
|
Replies: 3
Views: 6,585
Software?
Did you check to see if the addon was extracted into a new folder of the same name?
|
Forum: Lua/XML Help
05-24-20, 08:46 AM
|
Replies: 6
Views: 1,370
SetPortraitToTexture...
SetPortraitToTexture (https://wow.gamepedia.com/API_SetPortraitToTexture) doesn't create circular frames but it will create circular textures by clipping the square edges for you.
|
Forum: Macro Help
04-21-20, 06:37 AM
|
Replies: 2
Views: 4,059
|
Forum: Lua/XML Help
03-11-20, 09:43 AM
|
Replies: 8
Views: 1,013
|
Forum: Lua/XML Help
03-11-20, 09:37 AM
|
Replies: 3
Views: 713
The IDs referenced in the CLEU are GUID...
The IDs referenced in the CLEU are GUID (https://wow.gamepedia.com/GUID)s. Any ID used for a unit frame is a Unit ID(or token) which normally refers to a frame that can be referenced, or created...
|
Forum: Lua/XML Help
02-13-20, 11:42 PM
|
Replies: 4
Views: 1,254
|
Forum: Lua/XML Help
02-11-20, 11:38 AM
|
Replies: 18
Views: 9,109
Yes, but in this case the number of local...
Yes, but in this case the number of local variables exceeds Lua's capacity for a single scope. I mean, if you're using 200+ local variables a table can be upvalued no differently and though table...
|
Forum: AddOn Help/Support
01-30-20, 10:46 AM
|
Replies: 16
Views: 2,621
|
Forum: AddOn Help/Support
01-30-20, 02:08 AM
|
Replies: 16
Views: 2,621
If you copy-pasted the first example it should...
If you copy-pasted the first example it should have worked or threw an error if there was a typo (I'm prone to those.)
If you're attempting to use the example of "multiple LODs" for all frames you'll...
|
Forum: AddOn Help/Support
01-29-20, 10:19 AM
|
Replies: 16
Views: 2,621
Edit: Thanks to Vrul who pointed out my error. ...
Edit: Thanks to Vrul who pointed out my error. I've fixed the following code for posterity.
ADDON_LOADED triggers if, as you'd assume, an addon is loaded; this includes Load-On-Demand addons, like...
|
Forum: AddOn Help/Support
01-29-20, 12:40 AM
|
Replies: 16
Views: 2,621
From what I see I'm guessing you don't wait for...
From what I see I'm guessing you don't wait for the Blizzard load-on-demand addon to load. Your best best is to find what addon, likely Blizzard_AzeriteEssenceUI, and perform your changes when the...
|
Forum: Classic - AddOn Search/Requests
01-05-20, 05:29 PM
|
Replies: 38
Views: 4,105
|
Forum: Classic - AddOn Search/Requests
01-05-20, 05:04 PM
|
Replies: 38
Views: 4,105
|
Forum: Lua/XML Help
12-29-19, 09:43 PM
|
Replies: 11
Views: 10,898
You can use UnitIsVisible...
You can use UnitIsVisible (https://wow.gamepedia.com/API_UnitIsVisible) to make sure you even have a pet. The function HidePetActionBar is used in the default UI whenever the pet is dismissed, this...
|
Forum: AddOn Help/Support
11-24-19, 12:03 AM
|
Replies: 10
Views: 2,751
Please excuse my limited knowledge since it's...
Please excuse my limited knowledge since it's been a while since I played. If memory serves you could have a WeakAura show after a set amount of time, think it would be an invert toggle under the...
|
Forum: AddOn Help/Support
11-22-19, 10:27 AM
|
Replies: 10
Views: 2,751
|
Forum: Lua/XML Help
10-12-19, 01:18 PM
|
Replies: 1
Views: 823
|
Forum: Lua/XML Help
09-15-19, 09:13 AM
|
Replies: 4
Views: 1,228
UnitPosition now only works for yourself and...
UnitPosition now only works for yourself and party members outside of instances.
Pets aren't dismissed when they despwn so setting a flag when hooking Dismiss Pet, or action from its button(s), and...
|
Forum: Classic - AddOn Search/Requests
09-05-19, 11:56 AM
|
Replies: 9
Views: 2,065
An article's copyrights are "dropped" 70 years...
An article's copyrights are "dropped" 70 years after death of it's progenitor. Though I'm unsure if posting addons under a profile name counts as anonymous which would put the copyright loss to 95...
|
Forum: AddOn Help/Support
08-04-19, 09:54 PM
|
Replies: 5
Views: 4,929
|
Forum: Lua/XML Help
07-18-19, 05:05 PM
|
Replies: 8
Views: 2,446
To my knowledge one of the more recent updates...
To my knowledge one of the more recent updates included a change to anchoring, including Nameplates. With it came the change that you can only anchor children of a Nameplate to the plate itself or...
|
Forum: AddOn Search/Requests
07-15-19, 10:27 AM
|
Replies: 5
Views: 1,462
|