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

#include <UpdateFields.h>

+ Inheritance diagram for UF::PlayerDataElement:

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

Public Attributes

uint32 Type = 0
 
float FloatValue = 0.0f
 
int64 Int64Value = 0
 

Detailed Description

Definition at line 713 of file UpdateFields.h.

Member Typedef Documentation

◆ OwnerObject

Definition at line 719 of file UpdateFields.h.

Member Function Documentation

◆ operator!=()

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

Definition at line 723 of file UpdateFields.h.

◆ operator==()

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

Definition at line 3330 of file UpdateFields.cpp.

◆ WriteCreate()

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

Definition at line 3304 of file UpdateFields.cpp.

◆ WriteUpdate()

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

Definition at line 3317 of file UpdateFields.cpp.

Member Data Documentation

◆ FloatValue

float UF::PlayerDataElement::FloatValue = 0.0f

Definition at line 716 of file UpdateFields.h.

◆ Int64Value

int64 UF::PlayerDataElement::Int64Value = 0

Definition at line 717 of file UpdateFields.h.

◆ Type

uint32 UF::PlayerDataElement::Type = 0

Definition at line 715 of file UpdateFields.h.


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