Hello,
For my inventory system, I am trying to update the ListView item entry to be removed the quantity is 0. Currently, the list can go below 0 without the item being removed from the list. How do I update the list so that it not only decreases the currently remaining items in the array, but removes the item from the list when the quantity is 0? There seems to be little documentation on this. Been stuck for a few days.
Hello and welcome,
Your post starts with:
For my inventory system,
and at the end you have:
There seems to be little documentation on this.
Which is baffling, to say the least.
You will need to provide details of how your system works (with code) if you want help here, anyone trying to help at this point would be doing so based on wild guesses.