Earlier Versions
Name | Size | Uploaded | Game Version | Downloads | |
7.0 +1 More release | 8.07 KB | Mar 7, 2018 | 7.3.5 | 130 | Download |
5.0 +1 More release | 8.16 KB | Mar 7, 2018 | 7.3.5 | 10 | Download |
r3-alpha +1 More alpha | 8.13 KB | Mar 7, 2018 | 7.3.5 | 7 | Download |
r2-alpha +1 More alpha | 8.13 KB | Mar 7, 2018 | 7.3.5 | 6 | Download |
r1-alpha alpha | 8.07 KB | Mar 7, 2018 | 7.3.5 | 5 | Download |
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-enUS")
lfgactivity.activities_full[493] //"Antorus, the Burning Throne (Mythic)"
lfgactivity.activities_short[493] //"Mythic"
lfgactivity.groups[132] //"Antorus, the Burning Throne"
Other Locales:
zhCN: LibLFGActivity-zhCN
Add a comment