Project SkyFire Core
SkyFire 5.4.8 server core API documentation
Loading...
Searching...
No Matches
BGQueueInviteEvent Class Reference

#include <BattlegroundQueue.h>

Inheritance diagram for BGQueueInviteEvent:
Collaboration diagram for BGQueueInviteEvent:

Public Member Functions

virtual void Abort (uint64 e_time)
 BGQueueInviteEvent (uint64 pl_guid, uint32 BgInstanceGUID, BattlegroundTypeId BgTypeId, uint8 arenaType, uint32 removeTime)
virtual bool Execute (uint64 e_time, uint32 p_time)
virtual ~BGQueueInviteEvent ()
Public Member Functions inherited from BasicEvent
 BasicEvent ()
virtual bool IsDeletable () const
virtual ~BasicEvent ()

Private Attributes

uint8 m_ArenaType
uint32 m_BgInstanceGUID
BattlegroundTypeId m_BgTypeId
uint64 m_PlayerGuid
uint32 m_RemoveTime

Additional Inherited Members

Public Attributes inherited from BasicEvent
uint64 m_addTime
uint64 m_execTime
bool to_Abort

Detailed Description

Definition at line 125 of file BattlegroundQueue.h.

Constructor & Destructor Documentation

◆ BGQueueInviteEvent()

BGQueueInviteEvent::BGQueueInviteEvent ( uint64 pl_guid,
uint32 BgInstanceGUID,
BattlegroundTypeId BgTypeId,
uint8 arenaType,
uint32 removeTime )
inline

Definition at line 128 of file BattlegroundQueue.h.

References m_ArenaType, m_BgInstanceGUID, m_BgTypeId, m_PlayerGuid, and m_RemoveTime.

◆ ~BGQueueInviteEvent()

virtual BGQueueInviteEvent::~BGQueueInviteEvent ( )
inlinevirtual

Definition at line 131 of file BattlegroundQueue.h.

Member Function Documentation

◆ Abort()

void BGQueueInviteEvent::Abort ( uint64 e_time)
virtual

Reimplemented from BasicEvent.

Definition at line 990 of file BattlegroundQueue.cpp.

◆ Execute()

Member Data Documentation

◆ m_ArenaType

uint8 BGQueueInviteEvent::m_ArenaType
private

Definition at line 139 of file BattlegroundQueue.h.

Referenced by BGQueueInviteEvent(), and Execute().

◆ m_BgInstanceGUID

uint32 BGQueueInviteEvent::m_BgInstanceGUID
private

Definition at line 137 of file BattlegroundQueue.h.

Referenced by BGQueueInviteEvent(), and Execute().

◆ m_BgTypeId

BattlegroundTypeId BGQueueInviteEvent::m_BgTypeId
private

Definition at line 138 of file BattlegroundQueue.h.

Referenced by BGQueueInviteEvent(), and Execute().

◆ m_PlayerGuid

uint64 BGQueueInviteEvent::m_PlayerGuid
private

Definition at line 136 of file BattlegroundQueue.h.

Referenced by BGQueueInviteEvent(), and Execute().

◆ m_RemoveTime

uint32 BGQueueInviteEvent::m_RemoveTime
private

Definition at line 140 of file BattlegroundQueue.h.

Referenced by BGQueueInviteEvent(), and Execute().


The documentation for this class was generated from the following files: