TrinityCore
Loading...
Searching...
No Matches
UF::NICompletedInitiativesEntry Struct Reference

#include <UpdateFields.h>

+ Inheritance diagram for UF::NICompletedInitiativesEntry:

Public Types

using OwnerObject = Player
 

Public Member Functions

void WriteCreate (ByteBuffer &data, Player const *receiver, Player const *owner) const
 
void WriteUpdate (bool ignoreChangesMask, ByteBuffer &data, Player const *receiver, Player const *owner) const
 
bool operator== (NICompletedInitiativesEntry const &right) const
 
bool operator!= (NICompletedInitiativesEntry const &right) const
 

Public Attributes

bool Completed = false
 
std::vector< UF::NICompletedMilestoneEntryCompletedMilestones
 
uint32 InitiativeID = 0
 

Detailed Description

Definition at line 2197 of file UpdateFields.h.

Member Typedef Documentation

◆ OwnerObject

Member Function Documentation

◆ operator!=()

bool UF::NICompletedInitiativesEntry::operator!= ( NICompletedInitiativesEntry const &  right) const
inline

Definition at line 2207 of file UpdateFields.h.

◆ operator==()

bool UF::NICompletedInitiativesEntry::operator== ( NICompletedInitiativesEntry const &  right) const

Definition at line 10415 of file UpdateFields.cpp.

◆ WriteCreate()

void UF::NICompletedInitiativesEntry::WriteCreate ( ByteBuffer data,
Player const *  receiver,
Player const *  owner 
) const

Definition at line 10389 of file UpdateFields.cpp.

+ Here is the call graph for this function:

◆ WriteUpdate()

void UF::NICompletedInitiativesEntry::WriteUpdate ( bool  ignoreChangesMask,
ByteBuffer data,
Player const *  receiver,
Player const *  owner 
) const

Definition at line 10401 of file UpdateFields.cpp.

+ Here is the call graph for this function:

Member Data Documentation

◆ Completed

bool UF::NICompletedInitiativesEntry::Completed = false

Definition at line 2199 of file UpdateFields.h.

◆ CompletedMilestones

std::vector<UF::NICompletedMilestoneEntry> UF::NICompletedInitiativesEntry::CompletedMilestones

Definition at line 2200 of file UpdateFields.h.

◆ InitiativeID

uint32 UF::NICompletedInitiativesEntry::InitiativeID = 0

Definition at line 2201 of file UpdateFields.h.


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