AzerothCore 3.3.5a
OpenSource WoW Emulator
|
#include "Player.h"
Public Member Functions | |
DuelInfo (Player *opponent, Player *initiator, bool isMounted) | |
Public Attributes | |
Player *const | Opponent |
Player *const | Initiator |
bool const | IsMounted |
DuelState | State = DUEL_STATE_CHALLENGED |
time_t | StartTime = 0 |
time_t | OutOfBoundsTime = 0 |
Player* const DuelInfo::Initiator |
bool const DuelInfo::IsMounted |
Player* const DuelInfo::Opponent |
time_t DuelInfo::OutOfBoundsTime = 0 |
time_t DuelInfo::StartTime = 0 |
DuelState DuelInfo::State = DUEL_STATE_CHALLENGED |