|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
#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 |
| bool ItemPosCount::isContainedIn | ( | std::vector< ItemPosCount > const & | vec | ) | const |
Definition at line 20254 of file Player.cpp.
References pos.
Referenced by Guild::BankMoveItemData::_ReserveSpace(), Player::CanStoreItem_InBag(), Player::CanStoreItem_InInventorySlots(), and Player::CanStoreItem_InSpecificSlot().
| uint32 ItemPosCount::count |
Definition at line 775 of file Player.h.
Referenced by Guild::BankMoveItemData::_StoreItem(), and ItemPosCount().
| uint16 ItemPosCount::pos |
Definition at line 774 of file Player.h.
Referenced by Guild::BankMoveItemData::_StoreItem(), isContainedIn(), and ItemPosCount().