WoW:Creating a slash command: Difference between revisions

m (→‎Simple Example: Unfinished sentence)
(→‎See Also: added)
Line 69: Line 69:
* 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 (including Blizzard'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 (including Blizzard's!)
== See Also ==
* [[Extracting info from a slash command]] - parsing arguments given to your slash command.


[[Category:AddOns|Create a Slash Command]]
[[Category:AddOns|Create a Slash Command]]
[[Category:HOWTOs|Create a Slash Command]]
[[Category:HOWTOs|Create a Slash Command]]
Anonymous user