Chris' Tutorials
Docs/Item Vault

Class

WorldItemStackMeta

Generated GDScript class reference for ItemVault.WorldItemStackMeta.

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/items/world_item_stack_meta.gd

Syntax

class WorldItemStackMeta extends Object

Members

NameKindSummary
KEYFieldSingle 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.
readMethod
stackProperty
writeMethod
clearMethod
hasMethod

Source

addons/item_vault/items/world_item_stack_meta.gd

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