Create a simple Inventory system

1
  • 0 favourites

Index

Attached Files

The following files have been attached to this tutorial:

.c3p

dictionary-inventory.c3p

Download now 174.95 KB
.c3p

array-inventory.c3p

Download now 176.47 KB

Stats

435 visits, 899 views

Tools

Translations

This tutorial hasn't been translated.

License

This tutorial is licensed under CC BY 4.0. Please refer to the license text if you wish to reuse, share or remix the content contained within this tutorial.

Use Array

Array Manuals

construct.net/en/make-games/manuals/construct-3/plugin-reference/array

Array works a little differently, but it's pretty much the same. Because you need to know where the item is stored in the array.

Keeping the first row as header is very helpful. This will allow you to use the IndexOf() expression can find it quickly without foreach and comparing the entire list in the array.

.C3P

dictionary-inventory.c3p

Download now 174.95 KB
.C3P

array-inventory.c3p

Download now 176.47 KB
  • 0 Comments

  • Order by
Want to leave a comment? Login or Register an account!