|
| item_disgusting_jar () |
|
bool | OnExpire (Player *player, ItemTemplate const *) override |
|
bool | IsDatabaseBound () const override |
|
virtual bool | OnQuestAccept (Player *, Item *, Quest const *) |
|
virtual bool | OnUse (Player *, Item *, SpellCastTargets const &) |
|
virtual bool | OnRemove (Player *, Item *) |
|
virtual bool | OnCastItemCombatSpell (Player *, Unit *, SpellInfo const *, Item *) |
|
virtual void | OnGossipSelect (Player *, Item *, uint32, uint32) |
|
virtual void | OnGossipSelectCode (Player *, Item *, uint32, uint32, const char *) |
|
virtual bool | isAfterLoadScript () const |
|
virtual void | checkValidity () |
|
const std::string & | GetName () const |
|
uint16 | GetTotalAvailableHooks () |
|
◆ item_disgusting_jar()
item_disgusting_jar::item_disgusting_jar |
( |
| ) |
|
|
inline |
Definition ItemScript.h:24
◆ OnExpire()
Reimplemented from ItemScript.
122 {
127
128 return true;
129 }
std::uint8_t uint8
Definition Define.h:109
@ EQUIP_ERR_OK
Definition Item.h:47
@ NULL_BAG
Definition Item.h:40
@ NULL_SLOT
Definition Item.h:41
std::vector< ItemPosCount > ItemPosCountVec
Definition Player.h:776
Item * StoreNewItem(ItemPosCountVec const &pos, uint32 item, bool update, int32 randomPropertyId=0)
Definition PlayerStorage.cpp:2524
InventoryResult CanStoreNewItem(uint8 bag, uint8 slot, ItemPosCountVec &dest, uint32 item, uint32 count, uint32 *no_space_count=nullptr) const
Definition Player.h:1291
References Player::CanStoreNewItem(), EQUIP_ERR_OK, NULL_BAG, NULL_SLOT, and Player::StoreNewItem().
The documentation for this class was generated from the following file: