mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-23 07:40:14 +00:00
Add 5 more essential WoW API functions for addon development: - SendChatMessage(msg, type, lang, target) — send chat messages (SAY, YELL, WHISPER, PARTY, GUILD, OFFICER, RAID, BG) - CastSpellByName(name) — cast highest rank of named spell - IsSpellKnown(spellId) — check if player knows a spell - GetSpellCooldown(nameOrId) — get remaining cooldown - HasTarget() — check if player has a target Total WoW API surface: 18 functions across Unit, Game, and Action categories. Addons can now query state, react to events, send messages, and cast spells. |
||
|---|---|---|
| .. | ||
| addons | ||
| audio | ||
| auth | ||
| core | ||
| game | ||
| network | ||
| pipeline | ||
| rendering | ||
| ui | ||
| main.cpp | ||