Thread Tools Display Modes
12-26-07, 09:38 PM   #1
fyrye
A Chromatic Dragonspawn
 
fyrye's Avatar
AddOn Author - Click to view addons
Join Date: May 2007
Posts: 188
List slash commands

Is there a way to list slash commands created by addons outside of the Ace community as addons like Niagara, Rock, and DueceCommander, take care of them.
Though many addons arent supported by the above and have slash commands.
So im looking for a way to do /list and see a list of the commnads and their intended addon, and if possivle explination of the command, similar to /help.
  Reply With Quote
12-27-07, 09:38 AM   #2
Gemini_II
A Molten Giant
 
Gemini_II's Avatar
AddOn Author - Click to view addons
Join Date: May 2006
Posts: 762
There is no way to do this for non-Ace mods since each author can code whatever slash commands they feel like; there is no schema to adhere to.

Best bet is to read the documentation that comes with the mod. If an author doesn't clearly document instructions, they've shot themselves in the foot.

Usually but not always, the addons name is a slash command.
__________________
Retired prior to 3.2, before all challenge was removed.

  Reply With Quote
12-27-07, 10:21 AM   #3
Dridzt
A Pyroguard Emberseer
 
Dridzt's Avatar
AddOn Author - Click to view addons
Join Date: Nov 2005
Posts: 1,360
SlashLib by Zax.

(it's great)
  Reply With Quote
12-27-07, 01:57 PM   #4
Seerah
Fishing Trainer
 
Seerah's Avatar
WoWInterface Super Mod
Featured
Join Date: Oct 2006
Posts: 10,860
You have to know and enter in the commands first, but that could help for those who always forget them.
__________________
"You'd be surprised how many people violate this simple principle every day of their lives and try to fit square pegs into round holes, ignoring the clear reality that Things Are As They Are." -Benjamin Hoff, The Tao of Pooh

  Reply With Quote
12-27-07, 04:43 PM   #5
Dridzt
A Pyroguard Emberseer
 
Dridzt's Avatar
AddOn Author - Click to view addons
Join Date: Nov 2005
Posts: 1,360
Nope, look at the edit interface... he does auto-discover most slashcommands (including the game defaults)

You're getting confused by his example screens.

Edit: Unless you meant that he doesn't auto-associate with the addon name, which you'd be right about
But he does produce a more or less full listing of slash commands available in the edit dialog.
Edit2: To clarify further he's iterating through SlashCmdList internal Blizz table which addons use to register their commands.
Anything that uses SlashCmdList["myaddonslash"] = MySlashHandler will be listed.

Last edited by Dridzt : 12-27-07 at 05:01 PM.
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Help/Support » List slash commands


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