Project

General

Profile

EQ2_onInventoryUpdate (Event)

Description

The EQ2_onInventoryUpdate event will fire whenever your inventory receives an update from the server, and will call any attached atoms.

  • This event is the same information currently sent via triggers as explained here

Usage

 Event[EQ2_onInventoryUpdate]:AttachAtom[MyAtom]
 

...

 atom MyAtom()
 {
    ;do stuff
 }