Navigation menu

WoW:Creating a slash command: Difference between revisions

Jump to navigation Jump to search
no edit summary
m (Robot: converting/fixing HTML)
No edit summary
Line 1: Line 1:
Basics of supporting a [[slash command]] in your [[AddOn]].
== Simple Example ==
== Simple Example ==


Line 55: Line 57:
* The actual '''SLASH_''<CommandId>''''<Number>''''' values should be localizable if you plan on your addon being translated, but the command ID will remain the same.
* The actual '''SLASH_''<CommandId>''''<Number>''''' values should be localizable if you plan on your addon being translated, but the command ID will remain the same.
* Be prudent about how many aliases you make for your command, and try and pick something that's unlikely to collide with someone else's.
* Be prudent about how many aliases you make for your command, and try and pick something that's unlikely to collide with someone else's.
[[Category: HOWTOs|Create a Slash Command]]
 
[[Category:AddOns|Create a Slash Command]]
[[Category:HOWTOs|Create a Slash Command]]
Anonymous user