Project SkyFire Core
SkyFire 5.4.8 server core API documentation
Loading...
Searching...
No Matches
LFGQueue.h File Reference
#include "LFG.h"
Include dependency graph for LFGQueue.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  lfg::LfgCompatibilityData
class  lfg::LFGQueue
struct  lfg::LfgQueueData
 Stores player or group queue info. More...
struct  lfg::LfgWaitTime

Namespaces

namespace  lfg

Typedefs

typedef std::map< std::string, LfgCompatibilityDatalfg::LfgCompatibleContainer
typedef std::map< uint64, LfgQueueDatalfg::LfgQueueDataContainer
typedef std::map< uint32, LfgWaitTimelfg::LfgWaitTimesContainer

Enumerations

enum  lfg::LfgCompatibility {
  lfg::LFG_COMPATIBILITY_PENDING , lfg::LFG_INCOMPATIBLES_WRONG_GROUP_SIZE , lfg::LFG_INCOMPATIBLES_TOO_MUCH_PLAYERS , lfg::LFG_INCOMPATIBLES_MULTIPLE_LFG_GROUPS ,
  lfg::LFG_INCOMPATIBLES_HAS_IGNORES , lfg::LFG_INCOMPATIBLES_NO_ROLES , lfg::LFG_INCOMPATIBLES_NO_DUNGEONS , lfg::LFG_COMPATIBLES_WITH_LESS_PLAYERS ,
  lfg::LFG_COMPATIBLES_BAD_STATES , lfg::LFG_COMPATIBLES_MATCH
}