Inventory disturb type

From NWN Lexicon
Jump to navigationJump to search

INVENTORY_DISTURB_TYPE_* Constant Group

The list of possible ways an inventory can be disturbed.



Constants

Constant Value Description
INVENTORY_DISTURB_TYPE_ADDED 0
Indicates that an item was added from an inventory.
INVENTORY_DISTURB_TYPE_REMOVED 1
Indicates that an item was removed from an inventory.
INVENTORY_DISTURB_TYPE_STOLEN 2
Indicates that an item was stolen from an inventory.


See Also

functions: 

GetInventoryDisturbType