Earlier Versions
Name | Size | Uploaded | Game Version | Downloads | |
11.0 +1 More release | 8.19 KB | Mar 9, 2018 | 7.3.5 | 181 | ![]() |
9.0 +1 More release | 8.18 KB | Mar 7, 2018 | 7.3.5 | 18 | ![]() |
7.0 +1 More release | 8.23 KB | Mar 7, 2018 | 7.3.5 | 10 | ![]() |
3.0 +1 More release | 8.07 KB | Mar 7, 2018 | 7.3.5 | 10 | ![]() |
r5-alpha +1 More alpha | 8.10 KB | Mar 7, 2018 | 7.3.5 | 7 | ![]() |
r4-alpha +1 More alpha | 8.07 KB | Mar 7, 2018 | 7.3.5 | 6 | ![]() |
Description
C_LFGList returns the language of your current locale which might be a problem when it requires to communicate with other different language of wow clients.
local fullName, shortName, categoryID, groupID, itemLevel, filters, minLevel, maxPlayers, displayType, activityOrder = C_LFGList.GetActivityInfo(activityID)
This addon provides a table of mixed fullName and shortName (if there is no fullName, the value would be shortName) provided by StringExporter
Usage:
local lfgactivity = LibStub:GetLibrary("LibLFGActivity-zhCN")
lfgactivity.activities_full[493] //"Antorus, the Burning Throne (Mythic)"
lfgactivity.activities_short[493] //"Mythic"
lfgactivity.groups[132] //"Antorus, the Burning Throne"
Other Locales:
enUS
Add a comment