Chris' Tutorials
Docs/Item Vault

Class

ItemContainer

Generated GDScript class reference for ItemVault.ItemContainer.

StatusDraft
Versionv1.0
UpdatedDevelopment docs generated from GDScript source

This is unreleased documentation in active development. APIs, class names, and behavior may change before the final release.

Draft — Unreleased:This page is in active development. APIs, class names, and behavior may change before the release is finalized. Use it as a preview of what's coming — not as a stable integration target.

Source: addons/item_vault/inventory/item_container.gd

Syntax

class ItemContainer extends RefCounted

Members

NameKindSummary
typePropertySerializable container for free-list or slot-based item storage. The item side follows the configured [ContainerType]'s slot vs free mode.
configureMethod
clearMethod
is_slot_basedMethod
addMethod
removeMethod
countMethod
totalProperty
hasMethod
has_spaceMethod
stackProperty
can_acceptMethod
merge_spaceProperty
w_afterProperty
unit_weightProperty
roomProperty
weightMethod
totalProperty
stack_atMethod
slot_atMethod
stacksMethod
slotsMethod
all_itemsMethod
resultProperty
to_dictMethod
dProperty
from_dictMethod
containerProperty
modeProperty
slotsProperty
slot_dataProperty
slotProperty
stacksProperty
stackProperty
remainingProperty
acceptedProperty
w_afterProperty
acceptedProperty
w_afterProperty
stackProperty
unit_weightProperty
roomProperty
remainingProperty
original_quantityProperty
stackProperty
acceptedProperty
resultProperty
removedProperty
remainingProperty
takenProperty
removedProperty
remainingProperty
stackProperty
quantityProperty
cleanedProperty
desiredProperty
indexProperty

Source

addons/item_vault/inventory/item_container.gd

Plugin docs root:gdscript/plugins/item_vault_dev/addons/item_vault/guides