TrinityCore
UF::RecipeProgressionInfo Struct Reference

#include <UpdateFields.h>

+ Inheritance diagram for UF::RecipeProgressionInfo:

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

Public Attributes

uint16 RecipeProgressionGroupID
 
uint16 Experience
 

Detailed Description

Definition at line 677 of file UpdateFields.h.

Member Function Documentation

◆ operator!=()

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

Definition at line 685 of file UpdateFields.h.

◆ operator==()

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

Definition at line 3185 of file UpdateFields.cpp.

◆ WriteCreate()

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

Definition at line 3173 of file UpdateFields.cpp.

◆ WriteUpdate()

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

Definition at line 3179 of file UpdateFields.cpp.

Member Data Documentation

◆ Experience

uint16 UF::RecipeProgressionInfo::Experience

Definition at line 680 of file UpdateFields.h.

◆ RecipeProgressionGroupID

uint16 UF::RecipeProgressionInfo::RecipeProgressionGroupID

Definition at line 679 of file UpdateFields.h.


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