AzerothCore 3.3.5a
OpenSource WoW Emulator
|
Public Member Functions | |
item_mysterious_egg () | |
bool | OnExpire (Player *player, ItemTemplate const *) override |
Public Member Functions inherited from ItemScript | |
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 bool | OnExpire (Player *, ItemTemplate const *) |
virtual void | OnGossipSelect (Player *, Item *, uint32, uint32) |
virtual void | OnGossipSelectCode (Player *, Item *, uint32, uint32, const char *) |
Public Member Functions inherited from ScriptObject | |
virtual bool | IsDatabaseBound () const |
virtual bool | isAfterLoadScript () const |
virtual void | checkValidity () |
const std::string & | GetName () const |
uint16 | GetTotalAvailableHooks () |
Additional Inherited Members | |
Protected Member Functions inherited from ItemScript | |
ItemScript (const char *name) | |
Protected Member Functions inherited from ScriptObject | |
ScriptObject (const char *name, uint16 totalAvailableHooks=0) | |
virtual | ~ScriptObject ()=default |
|
inline |
|
inlineoverridevirtual |
Reimplemented from ItemScript.
References Player::CanStoreNewItem(), EQUIP_ERR_OK, NULL_BAG, NULL_SLOT, and Player::StoreNewItem().