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 ObjectMembers
| Name | Kind | Summary |
|---|---|---|
KEY | Field | |
read | Method | |
write | Method | |
clear | Method | |
has | Method |