TrinityCore
PersonalPhaseSpawns Struct Reference

#include <PersonalPhaseTracker.h>

Public Member Functions

bool IsEmpty () const
 

Public Attributes

std::unordered_set< WorldObject * > Objects
 
std::unordered_set< uint16Grids
 
Optional< MillisecondsDurationRemaining
 

Static Public Attributes

static constexpr Milliseconds DELETE_TIME_DEFAULT = 1min
 

Detailed Description

Definition at line 32 of file PersonalPhaseTracker.h.

Member Function Documentation

◆ IsEmpty()

bool PersonalPhaseSpawns::IsEmpty ( ) const
inline

Definition at line 40 of file PersonalPhaseTracker.h.

Member Data Documentation

◆ DELETE_TIME_DEFAULT

constexpr Milliseconds PersonalPhaseSpawns::DELETE_TIME_DEFAULT = 1min
staticconstexpr

Definition at line 34 of file PersonalPhaseTracker.h.

◆ DurationRemaining

Optional<Milliseconds> PersonalPhaseSpawns::DurationRemaining

Definition at line 38 of file PersonalPhaseTracker.h.

◆ Grids

std::unordered_set<uint16> PersonalPhaseSpawns::Grids

Definition at line 37 of file PersonalPhaseTracker.h.

◆ Objects

std::unordered_set<WorldObject*> PersonalPhaseSpawns::Objects

Definition at line 36 of file PersonalPhaseTracker.h.


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