TrinityCore
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
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 595 of file Player.h.

Constructor & Destructor Documentation

◆ ItemPosCount()

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

Definition at line 597 of file Player.h.

Member Function Documentation

◆ isContainedIn()

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

Definition at line 24248 of file Player.cpp.

+ Here is the caller graph for this function:

Member Data Documentation

◆ count

uint32 ItemPosCount::count

Definition at line 600 of file Player.h.

◆ pos

uint16 ItemPosCount::pos

Definition at line 599 of file Player.h.


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