If I have only 1 inventory, should I use Inventory Handler
?
#141
Replies: 1 comment
-
InventoryHandler is obsolete in 2.0.0 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I ask this because the demo has
equipment_inventory
andmain_inventory
, and usesInventoryHandler
as its parent.If I have only 1 inventory, do I really need
InventoryHandler
? Or do I needInventoryHandler
even with 1 inventory, in order to move items, from my main inventory, to some other inventory (e.g. craft station)I ask because the docs don't cover this, and the remote scene in Godot doesn't make it obvious either
Beta Was this translation helpful? Give feedback.
All reactions