Source: addons/item_vault/drops/world_drop_payload.gd
Syntax
class WorldDropPayload extends RefCountedMembers
| Name | Kind | Summary |
|---|---|---|
scene | Property | Result of resolving a world-drop source into a spawn-ready payload. Scene to spawn. |
stack | Property | Item stack to attach to the spawned node. |
dimension | Property | Dimension tag ("2d" or "3d"). |
is_valid | Property | True when the payload is ready to spawn. |
error_message | Property | Human-readable failure reason when [member is_valid] is false. |
invalid | Method | |
payload | Property | |
from_values | Method | |
payload | Property |