OpenMW
|
Variant of the ContainerStore for NPCs. More...
#include <inventorystore.hpp>
Public Member Functions | |
virtual void | equipmentChanged () |
virtual void | permanentEffectAdded (const ESM::MagicEffect *magicEffect, bool isNew) |
Variant of the ContainerStore for NPCs.
|
inlinevirtual |
Fired when items are equipped or unequipped
Reimplemented in MWRender::CreatureWeaponAnimation, and MWRender::NpcAnimation.
|
inlinevirtual |
effect | |
isNew | Is this effect new (e.g. the item for it was just now manually equipped) or was it loaded from a savegame / initial game state? If it isn't new, non-looping VFX should not be played. |
playSound | Play effect sound? |
Reimplemented in MWRender::NpcAnimation.