Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia

Needs summary.

playstyleString = C_LFGList.GetPlaystyleString(playstyle, activityInfo)

Arguments[]

playstyle
Enum.LFGEntryPlaystyle
Value Field Description
0 None
1 Standard
2 Casual
3 Hardcore
activityInfo
GroupFinderActivityInfo
Field Type Description
fullName string
shortName string
categoryID number
groupFinderActivityGroupID number
ilvlSuggestion number
filters number
minLevel number
maxNumPlayers number
displayType Enum.LFGListDisplayType
orderIndex number
useHonorLevel boolean
showQuickJoinToast boolean
isMythicPlusActivity boolean
isRatedPvpActivity boolean
isCurrentRaidActivity boolean
isPvpActivity boolean
isMythicActivity boolean
allowCrossFaction boolean Added in 9.2.5
useDungeonRoleExpectations boolean Added in 10.0.0
Enum.LFGListDisplayType
Value Field Description
0 RoleCount
1 RoleEnumerate
2 ClassEnumerate
3 HideAll
4 PlayerCount
5 Comment Added in 10.0.0

Returns[]

playstyleString
string

GlobalStrings[]

GROUP_FINDER_PVE_MYTHICZERO_PLAYSTYLE1 = "Standard";
GROUP_FINDER_PVE_MYTHICZERO_PLAYSTYLE2 = "Learning/Progression";
GROUP_FINDER_PVE_MYTHICZERO_PLAYSTYLE3 = "Quick Clear";
GROUP_FINDER_PVE_PLAYSTYLE1 = "Standard";
GROUP_FINDER_PVE_PLAYSTYLE2 = "Completion";
GROUP_FINDER_PVE_PLAYSTYLE3 = "Beat Timer";
GROUP_FINDER_PVE_RAID_PLAYSTYLE1 = "Standard";
GROUP_FINDER_PVE_RAID_PLAYSTYLE2 = "Learning/Progression";
GROUP_FINDER_PVE_RAID_PLAYSTYLE3 = "Quick Clear";
GROUP_FINDER_PVP_PLAYSTYLE1 = "Earn Conquest";
GROUP_FINDER_PVP_PLAYSTYLE2 = "Learning";
GROUP_FINDER_PVP_PLAYSTYLE3 = "Increase Rating";

Patch changes[]

Shadowlands Patch 9.1.5 (2021-11-02): Added.