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
shopSubtextColor
The color of all shop item's subtext.
Color
public
showShopSubtypes
If item subtypes should be displayed in the shop filter list.
bool
public
debugLogMode
Controls the debug messages logged in the console.
InventoolSettings.DebugLogMode
public
storageWithdrawIcon
Currency withdraw icon for the storage.
Sprite
public
storageWithdrawIconColorTint
The storage currency withdraw icon color tint.
Color
public
storageDepositIcon
Currency deposit icon for the storage.
Sprite
public
storageDepositIconColorTint
The storage currency deposit icon color tint.
Color
public
Last updated