ISXEQ2:INVENTORY UPDATE (Custom Trigger)

From ISMods Wiki


Contents

ISXEQ2 information for ISXEQ2:INVENTORY UPDATE (Custom Trigger) has moved

Please see: http://eq2.isxgames.com/wiki for up-to-date content.


Description

The INVENTORY_UPDATE trigger is sent to your client every time you manipulate your inventory. It will go off once when you buy or receive an item, or if you delete or give away an item. It will sometimes go off twice if you 'move' an item within your inventory because it is activated to deal with the 'old' slot and the 'new' slot (in case there are "stacks" of items to deal with).


Forms

The following data is sent to your client via an invisible trigger each time your inventory is manipulated:

  • INVENTORY_UPDATE::INVENTORY_UPDATE

Examples

  • AddTrigger inventorychanged INVENTORY_UPDATE::INVENTORY_UPDATE

See Also