TrinityCore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
PvPInfo Struct Reference

#include <Player.h>

Public Member Functions

 PvPInfo ()
 

Public Attributes

bool IsHostile
 
bool IsInHostileArea
 
bool IsInNoPvPArea
 

Marks if player is in an area which forces PvP flag

More...
 
bool IsInFFAPvPArea
 

Marks if player is in a sanctuary or friendly capital city

More...
 
time_t EndTimer
 

Marks if player is in an FFAPvP area (such as Gurubashi Arena)

More...
 

Constructor & Destructor Documentation

PvPInfo::PvPInfo ( )
inline
420 : IsHostile(false), IsInHostileArea(false), IsInNoPvPArea(false), IsInFFAPvPArea(false), EndTimer(0) { }
bool IsHostile
Definition: Player.h:422
bool IsInHostileArea
Definition: Player.h:423
bool IsInFFAPvPArea
Marks if player is in a sanctuary or friendly capital city
Definition: Player.h:425
bool IsInNoPvPArea
Marks if player is in an area which forces PvP flag
Definition: Player.h:424
time_t EndTimer
Marks if player is in an FFAPvP area (such as Gurubashi Arena)
Definition: Player.h:426

Member Data Documentation

time_t PvPInfo::EndTimer

Marks if player is in an FFAPvP area (such as Gurubashi Arena)

bool PvPInfo::IsHostile
bool PvPInfo::IsInFFAPvPArea

Marks if player is in a sanctuary or friendly capital city

bool PvPInfo::IsInHostileArea
bool PvPInfo::IsInNoPvPArea

Marks if player is in an area which forces PvP flag


The documentation for this struct was generated from the following file: