Skip to content

Class

SpawnEvent

Generated GDScript class reference for ItemVault.SpawnEvent.

Status
Current
Version
v1.0
Source updated
2026-08-17
Generated on
2026-09-01

Source: addons/item_vault/scene_spawner/spawn_event.gd

Syntax

class SpawnEvent extends RefCounted

Members

NameKindSummary
spawnerPropertyWhere the spawned object is considered to have come from.
spawnedPropertyThe spawned object.
stackPropertyThe resolved item stack when the spawned scene came from an item.
dimensionPropertyDiagnostics only: reports `"2d"` or `"3d"` for the spawn source. Behavior must not branch on this.