TrinityCore
BGQueueInviteEvent Class Reference

#include <BattlegroundQueue.h>

+ Inheritance diagram for BGQueueInviteEvent:

Public Member Functions

 BGQueueInviteEvent (ObjectGuid pl_guid, uint32 BgInstanceGUID, BattlegroundTypeId BgTypeId, uint32 removeTime, BattlegroundQueueTypeId queueId)
 
virtual ~BGQueueInviteEvent ()
 
virtual bool Execute (uint64 e_time, uint32 p_time) override
 
virtual void Abort (uint64 e_time) override
 
- Public Member Functions inherited from BasicEvent
 BasicEvent ()
 
virtual ~BasicEvent ()
 
virtual bool Execute (uint64, uint32)
 
virtual bool IsDeletable () const
 
virtual void Abort (uint64)
 
void ScheduleAbort ()
 

Private Attributes

ObjectGuid m_PlayerGuid
 
uint32 m_BgInstanceGUID
 
BattlegroundTypeId m_BgTypeId
 
uint32 m_RemoveTime
 
BattlegroundQueueTypeId m_QueueId
 

Detailed Description

Definition at line 143 of file BattlegroundQueue.h.

Constructor & Destructor Documentation

◆ BGQueueInviteEvent()

BGQueueInviteEvent::BGQueueInviteEvent ( ObjectGuid  pl_guid,
uint32  BgInstanceGUID,
BattlegroundTypeId  BgTypeId,
uint32  removeTime,
BattlegroundQueueTypeId  queueId 
)
inline

Definition at line 146 of file BattlegroundQueue.h.

◆ ~BGQueueInviteEvent()

virtual BGQueueInviteEvent::~BGQueueInviteEvent ( )
inlinevirtual

Definition at line 149 of file BattlegroundQueue.h.

Member Function Documentation

◆ Abort()

void BGQueueInviteEvent::Abort ( uint64  e_time)
overridevirtual

Reimplemented from BasicEvent.

Definition at line 1036 of file BattlegroundQueue.cpp.

◆ Execute()

bool BGQueueInviteEvent::Execute ( uint64  e_time,
uint32  p_time 
)
overridevirtual

Reimplemented from BasicEvent.

Definition at line 1009 of file BattlegroundQueue.cpp.

+ Here is the call graph for this function:

Member Data Documentation

◆ m_BgInstanceGUID

uint32 BGQueueInviteEvent::m_BgInstanceGUID
private

Definition at line 155 of file BattlegroundQueue.h.

◆ m_BgTypeId

BattlegroundTypeId BGQueueInviteEvent::m_BgTypeId
private

Definition at line 156 of file BattlegroundQueue.h.

◆ m_PlayerGuid

ObjectGuid BGQueueInviteEvent::m_PlayerGuid
private

Definition at line 154 of file BattlegroundQueue.h.

◆ m_QueueId

BattlegroundQueueTypeId BGQueueInviteEvent::m_QueueId
private

Definition at line 158 of file BattlegroundQueue.h.

◆ m_RemoveTime

uint32 BGQueueInviteEvent::m_RemoveTime
private

Definition at line 157 of file BattlegroundQueue.h.


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