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

#include <UpdateFields.h>

+ Inheritance diagram for UF::ConversationActor:

Public Types

using OwnerObject = Conversation
 

Public Member Functions

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

Public Attributes

uint32 CreatureID = 0
 
uint32 CreatureDisplayInfoID = 0
 
ObjectGuid ActorGUID
 
int32 Id = 0
 
uint32 Type = 0
 
uint32 NoActorObject = 0
 

Detailed Description

Definition at line 1809 of file UpdateFields.h.

Member Typedef Documentation

◆ OwnerObject

Member Function Documentation

◆ operator!=()

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

Definition at line 1822 of file UpdateFields.h.

◆ operator==()

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

Definition at line 8947 of file UpdateFields.cpp.

◆ WriteCreate()

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

Definition at line 8925 of file UpdateFields.cpp.

+ Here is the call graph for this function:

◆ WriteUpdate()

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

Definition at line 8936 of file UpdateFields.cpp.

+ Here is the call graph for this function:

Member Data Documentation

◆ ActorGUID

ObjectGuid UF::ConversationActor::ActorGUID

Definition at line 1813 of file UpdateFields.h.

◆ CreatureDisplayInfoID

uint32 UF::ConversationActor::CreatureDisplayInfoID = 0

Definition at line 1812 of file UpdateFields.h.

◆ CreatureID

uint32 UF::ConversationActor::CreatureID = 0

Definition at line 1811 of file UpdateFields.h.

◆ Id

int32 UF::ConversationActor::Id = 0

Definition at line 1814 of file UpdateFields.h.

◆ NoActorObject

uint32 UF::ConversationActor::NoActorObject = 0

Definition at line 1816 of file UpdateFields.h.

◆ Type

uint32 UF::ConversationActor::Type = 0

Definition at line 1815 of file UpdateFields.h.


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