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

#include <UpdateFields.h>

+ Inheritance diagram for UF::WalkInData:

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

Public Attributes

int32 MapID = 0
 
int64 InstanceID = 0
 
uint32 WalkInInstanceType = 0
 
ObjectGuid WalkInPartyGUID
 

Detailed Description

Definition at line 1151 of file UpdateFields.h.

Member Typedef Documentation

◆ OwnerObject

Definition at line 1158 of file UpdateFields.h.

Member Function Documentation

◆ operator!=()

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

Definition at line 1162 of file UpdateFields.h.

◆ operator==()

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

Definition at line 4919 of file UpdateFields.cpp.

◆ WriteCreate()

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

Definition at line 4901 of file UpdateFields.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ WriteUpdate()

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

Definition at line 4910 of file UpdateFields.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Member Data Documentation

◆ InstanceID

int64 UF::WalkInData::InstanceID = 0

Definition at line 1154 of file UpdateFields.h.

◆ MapID

int32 UF::WalkInData::MapID = 0

Definition at line 1153 of file UpdateFields.h.

◆ WalkInInstanceType

uint32 UF::WalkInData::WalkInInstanceType = 0

Definition at line 1155 of file UpdateFields.h.

◆ WalkInPartyGUID

ObjectGuid UF::WalkInData::WalkInPartyGUID

Definition at line 1156 of file UpdateFields.h.


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