TrinityCore
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...
 

Detailed Description

Definition at line 344 of file Player.h.

Constructor & Destructor Documentation

◆ PvPInfo()

PvPInfo::PvPInfo ( )
inline

Definition at line 346 of file Player.h.

Member Data Documentation

◆ EndTimer

time_t PvPInfo::EndTimer

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

Definition at line 352 of file Player.h.

◆ IsHostile

bool PvPInfo::IsHostile

Definition at line 348 of file Player.h.

◆ IsInFFAPvPArea

bool PvPInfo::IsInFFAPvPArea

‍Marks if player is in a sanctuary or friendly capital city

Definition at line 351 of file Player.h.

◆ IsInHostileArea

bool PvPInfo::IsInHostileArea

Definition at line 349 of file Player.h.

◆ IsInNoPvPArea

bool PvPInfo::IsInNoPvPArea

‍Marks if player is in an area which forces PvP flag

Definition at line 350 of file Player.h.


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