TrinityCore
UF::MultiFloorExplore Struct Reference

#include <UpdateFields.h>

+ Inheritance diagram for UF::MultiFloorExplore:

Public Member Functions

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

Public Attributes

std::vector< int32WorldMapOverlayIDs
 

Detailed Description

Definition at line 667 of file UpdateFields.h.

Member Function Documentation

◆ operator!=()

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

Definition at line 674 of file UpdateFields.h.

◆ operator==()

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

Definition at line 3168 of file UpdateFields.cpp.

◆ WriteCreate()

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

Definition at line 3149 of file UpdateFields.cpp.

◆ WriteUpdate()

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

Definition at line 3158 of file UpdateFields.cpp.

+ Here is the call graph for this function:

Member Data Documentation

◆ WorldMapOverlayIDs

std::vector<int32> UF::MultiFloorExplore::WorldMapOverlayIDs

Definition at line 669 of file UpdateFields.h.


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