View Single Post
09/20/23, 08:44 AM   #9
ZOS_DanBatson
ZOS Staff!
 
ZOS_DanBatson's Avatar
Yes this person is from ZeniMax!
Join Date: Jul 2015
Posts: 181
Originally Posted by Masteroshi430 View Post
I'm intrigued about these 3 new guys :
* LFG_ACTIVITY_ARENA
* LFG_ACTIVITY_ENDLESS_DUNGEON
* LFG_ACTIVITY_EXPLORATION

You get them with GetActivityType(activityId), which is the ActivityFinder/LFG tool but they are obviously part of the new features of the GroupFinder tool which doesn't have GetGroupFinderActivityType(activityId)... So my question is: When are they used?
The Group Finder systems runs off of LFGDefs (activityId) and LFGSetDefs so as not to reinvent too many wheels. So we expanded the types to allow for the other things that weren't already covered by matchmaking. It doesn't mean we will actually make matchmaking interfaces for those types. That enum now drives parts of LFG (Dungeon Finder/BGFinder/Tribute Finder) and parts of Group Finder.
  Reply With Quote