Thread Tools Display Modes
07-09-09, 10:45 AM   #1
Rhamses
A Theradrim Guardian
Join Date: Jun 2009
Posts: 61
Variables and Addon Names

I have been using a mod as a base and changing what it does. I would like to learn more, but this confuses me.

local Demonomicon = Servitas:StyleButton(CreateFrame("Button", "Demonomicon", UIParent, "SecureHandlerClickTemplate"))
Servitas.Demonomicon = Demonomicon
SecureHandler_OnLoad(Demonomicon)


There is an
addon Folder called Demonomicon which contains a file called Demonomicon and a file called Servitas that contains a local variable called Demonomicon.

Is this standard coding or does the original author ( 2+ years ago) fail to follow some conventions?

thanks in advance
Rhamses
 
07-09-09, 10:52 AM   #2
Xrystal
nUI Maintainer
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2006
Posts: 5,892
From the sounds of it, it looks like that the author has separated the addon into several modules. Servitas seems to be one module with its related files stored in the Servitas folder and Demonicon stored in another to hold those specific files.

StyleButton is most likely a function in one of the Servitas folders lua files.

Servitas.Demonomicon = Demonomicon is assigning the variable above it to a variable used and stored in the Servitas module. Probably to simplify things in that module.

It all looks fine and normal to me.
__________________
 
07-09-09, 12:00 PM   #3
Rhamses
A Theradrim Guardian
Join Date: Jun 2009
Posts: 61
Wink

OK, Both Demonomicon and servitas are in the same Demonomicon Folder.

Servitas creates a button. Demonoicon loads it with spells from the spell book.

I had hoped to combine and roll them into another addon, but I can not figure it out at this point. But, I have been able tp duplicate Demonomicon and create a second button. Demonomicon takes the children buttons and wraps them around the original button

so . (one button) goes to * (origninal button surrounded by six new ones.).

I created one that holds pets and another that holds the three drains and health funnel. Not much help for keyboardest, but I am a clicker
 
 

WoWInterface » Featured Projects » nUI, MozzFullWorldMap and PartySpotter » Customization » nUI: Developer Chat » Variables and Addon Names

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off