Project SkyFire Core
SkyFire 5.4.8 server core API documentation
Loading...
Searching...
No Matches
ItemPosCount Struct Reference

#include <Player.h>

Public Member Functions

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

Public Attributes

uint32 count
uint16 pos

Detailed Description

Definition at line 770 of file Player.h.

Constructor & Destructor Documentation

◆ ItemPosCount()

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

Definition at line 772 of file Player.h.

References count, and pos.

Member Function Documentation

◆ isContainedIn()

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

Member Data Documentation

◆ count

uint32 ItemPosCount::count

Definition at line 775 of file Player.h.

Referenced by Guild::BankMoveItemData::_StoreItem(), and ItemPosCount().

◆ pos

uint16 ItemPosCount::pos

Definition at line 774 of file Player.h.

Referenced by Guild::BankMoveItemData::_StoreItem(), isContainedIn(), and ItemPosCount().


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