Source: addons/item_vault/scene_spawner/spawn_event.gd
Syntax
class SpawnEvent extends RefCountedMembers
| Name | Kind | Summary |
|---|---|---|
spawner | Property | Where the spawned object is considered to have come from. |
spawned | Property | The spawned object. |
stack | Property | The resolved item stack when the spawned scene came from an item. |
dimension | Property | Diagnostics only: reports `"2d"` or `"3d"` for the spawn source. Behavior must not branch on this. |