Item Configuration

You can see some the hooks list called when an itemTable is modified

AAS:OnItemAdded(itemTable)

Called when an item is created

Types

Arguments

Descriptions

itemTable

The added item

AAS:OnItemModified(itemTable)

Called when an item is modified

Types

Arguments

Descriptions

itemTable

The modified item

AAS:OnItemDeleted(itemTable)

Called when an item is deleted

Types

Arguments

Descriptions

itemTable

The deleted item

Last updated

Was this helpful?