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/items/world_item_stack_meta.gd
Syntax
class WorldItemStackMeta extends ObjectMembers
| Name | Kind | Summary |
|---|---|---|
KEY | Field | 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. |
read | Method | |
stack | Property | |
write | Method | |
clear | Method | |
has | Method |
Source
addons/item_vault/items/world_item_stack_meta.gd
Plugin docs root:gdscript/plugins/item_vault_dev/addons/item_vault/guides