mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-22 23:30:14 +00:00
Utility functions: - strsplit(delim, str), strtrim(str), wipe(table) - date(format), time() — safe replacements for removed os.date/os.time - format (alias for string.format), tinsert/tremove (table aliases) SlashCmdList system: - Addons can register custom slash commands via the standard WoW pattern: SLASH_MYADDON1 = "/myaddon" SlashCmdList["MYADDON"] = function(args) ... end - Chat input checks SlashCmdList before built-in commands - dispatchSlashCommand() iterates SLASH_<NAME>1..9 globals to match Total WoW API surface: 23 functions + SlashCmdList + 14 events. |
||
|---|---|---|
| .. | ||
| addons | ||
| audio | ||
| auth | ||
| core | ||
| game | ||
| network | ||
| pipeline | ||
| platform | ||
| rendering | ||
| third_party | ||
| ui | ||