Item module events interface. Items are described in detail in Items and Bundles article. Module subscription API is described in detail in Subscriptions article.

Methods

itemLoadTablesPost ():Void

Event hook. Called after items module loads its database tables if the module is subscribed to it. You can subscribe the module to this event in the constructor like this:

server.subscribeModule("core/item.loadTablesPost", this);