mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-23 15:50:20 +00:00
Implement friend and ignore list query functions for social addons: - GetNumFriends() returns friend count from contacts list - GetFriendInfo(index) returns 7-value tuple: name, level, class, area, connected, status (AFK/DND), note - GetNumIgnores() returns ignore count - GetIgnoreName(index) returns ignored player's name Data sourced from the contacts list populated by SMSG_FRIEND_LIST and SMSG_CONTACT_LIST. Area names resolved from AreaTable.dbc. |
||
|---|---|---|
| .. | ||
| addon_manager.cpp | ||
| lua_engine.cpp | ||
| toc_parser.cpp | ||