mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-26 00:40:15 +00:00
Implement skill line API functions that profession and tradeskill addons need to display player skills: - GetNumSkillLines() returns count of player skills - GetSkillLineInfo(index) returns full 12-value tuple: name, isHeader, isExpanded, rank, tempPoints, modifier, maxRank, isAbandonable, etc. Data comes from SMSG_SKILLS_INFO update fields and SkillLine.dbc names. |
||
|---|---|---|
| .. | ||
| addon_manager.cpp | ||
| lua_engine.cpp | ||
| toc_parser.cpp | ||