Skip to content
ct

Class

WorldItemStackMeta

Generated GDScript class reference for ItemVault.WorldItemStackMeta.

Status
Draft
Version
v1.0
Updated
Development docs generated from GDScript source

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

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