TrinityCore
ItemPosCount Struct Reference

#include <Player.h>

Public Member Functions

 ItemPosCount (uint16 _pos, uint32 _count)
 
bool isContainedIn (std::vector< ItemPosCount > const &vec) const
 

Public Attributes

uint16 pos
 
uint32 count
 

Detailed Description

Definition at line 743 of file Player.h.

Constructor & Destructor Documentation

◆ ItemPosCount()

ItemPosCount::ItemPosCount ( uint16  _pos,
uint32  _count 
)
inline

Definition at line 745 of file Player.h.

Member Function Documentation

◆ isContainedIn()

bool ItemPosCount::isContainedIn ( std::vector< ItemPosCount > const &  vec) const

Definition at line 26121 of file Player.cpp.

+ Here is the caller graph for this function:

Member Data Documentation

◆ count

uint32 ItemPosCount::count

Definition at line 748 of file Player.h.

◆ pos

uint16 ItemPosCount::pos

Definition at line 747 of file Player.h.


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