Source: addons/item_vault/backend/inventory_snapshot.gd
Syntax
class InventorySnapshot extends RefCountedMembers
| Name | Kind | Summary |
|---|---|---|
id | Property | Read-only snapshot of an entire inventory at a point in time. Inventory identifier. |
owner_id | Property | Owner identifier (game entity that owns this inventory). |
containers | Property | Container snapshots. |
wallet | Property | Currency id → balance. |
result_code | Property | Optional result code / metadata for query responses. |
get_container | Method | |
total_quantity | Method | |
total | Property | |
has | Method | |
wallet_balance | Method | |
to_dict | Method | |
d | Property | |
wallet_dict | Property |