Settings
Scripting with the InventoolSettings class.
The InventoolSettings
class provides miscellaneous settings used all across Inventool.
Access the Settings
You can access the settings with Inventool.Settings
.
Fields & Properties
strictCurrencyValueTypes
If the numeric value types should match when doing math with currencies.
bool
public
itemDropCollisionMode
The item drop collision mode.
ItemDrop.CollisionMode
public
itemDropBillboard
If the item drop sprite should have billboarding enabled.
bool
public
itemDropTimeout
The length of time before an item drop is removed.
float
public
itemDropRange
The range in which the item drop spawns in the game world relative to the player's position when the player drops an item.
float
public
maxItemStack
The maximum amount of a single item stack.
int
public
itemEnchantmentLimit
The number of times a single item can be enchanted.
int
public
hideItemEnchantmentDetails
If enabled, the enchantment details will be hidden in the item hover details popup.
bool
public
buyingType
The type that determines how selling is handled.
Shopkeeper.TransactionStepType
public
sellingType
The type that determines how selling is handled.
Shopkeeper.TransactionStepType
public
showShopSubtypes
If item subtypes should be displayed in the shop filter list.
bool
public
Last updated