Skip to content
ct

Class

WorldItemStackMeta

Generated GDScript class reference for ItemVault.WorldItemStackMeta.

Status
Current
Version
v1.0
Updated
2026-07-31

Single source of truth for the item_stack world-node handoff contract. ItemVault drop routes write a resolved [ItemStack] onto a spawned world node; pickups, spawners, and adapter code read it back. Centralizing the key and type-checked read keeps the contract in one place instead of scattering the "item_stack" string and has_meta/get_meta/is ItemStack dance.

Source: addons/item_vault/items/world_item_stack_meta.gd

Syntax

class WorldItemStackMeta extends Object

Members

NameKindSummary
KEYField
readMethod
writeMethod
clearMethod
hasMethod