| Go to Page... |
| Updated: | 03-08-12 03:50 PM |
| Created: | 03-01-12 10:35 PM |
| Downloads: | 16 |
| Favorites: | 0 |
| MD5: |
LibSlashCmd.Register("myaddon", "MyAddon")
local command = nil
command = LibSlashCmd.Register("myaddon", "MyAddon")
local command = nil
command = LibSlashCmd.Register("myaddon", "MyAddon")
LibSlashCmd.RegisterFunc(command,
"_fallback",
function(input)
print("default")
end)
local command = nil
command = LibSlashCmd.Register("myaddon", "MyAddon")
LibSlashCmd.RegisterFunc(command,
"tell me",
function(input)
message = table.concat(input, " ")
print(message)
end)
LibSlashCmd.InvokeFunc("myaddon", "tell me", "This is a dev test.")
File Name |
Version |
Size |
Author |
Date |
0.2 |
4kB |
TimeBomb |
03-06-12 04:12 AM |
|
0.11 |
4kB |
TimeBomb |
03-01-12 10:54 PM |
|
0.1 |
4kB |
TimeBomb |
03-01-12 10:35 PM |
|
There have been no comments posted to this file.
Be the first to add one. |
