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

#include <UpdateFields.h>

+ Inheritance diagram for UF::RecipeProgressionInfo:

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

Public Attributes

uint16 RecipeProgressionGroupID = 0
 
uint16 Experience = 0
 

Detailed Description

Definition at line 876 of file UpdateFields.h.

Member Typedef Documentation

◆ OwnerObject

Definition at line 881 of file UpdateFields.h.

Member Function Documentation

◆ operator!=()

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

Definition at line 885 of file UpdateFields.h.

◆ operator==()

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

Definition at line 3765 of file UpdateFields.cpp.

◆ WriteCreate()

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

Definition at line 3753 of file UpdateFields.cpp.

◆ WriteUpdate()

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

Definition at line 3759 of file UpdateFields.cpp.

Member Data Documentation

◆ Experience

uint16 UF::RecipeProgressionInfo::Experience = 0

Definition at line 879 of file UpdateFields.h.

◆ RecipeProgressionGroupID

uint16 UF::RecipeProgressionInfo::RecipeProgressionGroupID = 0

Definition at line 878 of file UpdateFields.h.


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