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

#include <UpdateFields.h>

+ Inheritance diagram for UF::TraitSubTreeCache:

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== (TraitSubTreeCache const &right) const
 
bool operator!= (TraitSubTreeCache const &right) const
 

Public Attributes

std::vector< UF::TraitEntryEntries
 
int32 TraitSubTreeID = 0
 
uint32 Active = 0
 

Detailed Description

Definition at line 936 of file UpdateFields.h.

Member Typedef Documentation

◆ OwnerObject

Definition at line 942 of file UpdateFields.h.

Member Function Documentation

◆ operator!=()

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

Definition at line 946 of file UpdateFields.h.

◆ operator==()

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

Definition at line 3928 of file UpdateFields.cpp.

◆ WriteCreate()

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

Definition at line 3903 of file UpdateFields.cpp.

+ Here is the call graph for this function:

◆ WriteUpdate()

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

Definition at line 3915 of file UpdateFields.cpp.

+ Here is the call graph for this function:

Member Data Documentation

◆ Active

uint32 UF::TraitSubTreeCache::Active = 0

Definition at line 940 of file UpdateFields.h.

◆ Entries

std::vector<UF::TraitEntry> UF::TraitSubTreeCache::Entries

Definition at line 938 of file UpdateFields.h.

◆ TraitSubTreeID

int32 UF::TraitSubTreeCache::TraitSubTreeID = 0

Definition at line 939 of file UpdateFields.h.


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