Tutorials tagged dictionary

Similar Tags

Report Tag

5 tutorials with this tag
1
3 favourites

Construct 2 (c2) version of the Line of Sight behavior (r275). When a chosen object is within line of sight (LOS) it becomes selected, even for multiple instanc...

22
This content is deleted
Tutorial
Building an RPG-Style Inventory
65 favourites

Welcome to this tutorial covering how to make a robust inventory system. In any game which uses items, you'll usually need some way for the player to view and u...

7
This content is deleted
Tutorial
Multilanguage for projects using JSON and Dictionary
4 favourites

This is my first tutorial and I'm going to show how you can setup a multi language project using JSON and Dictionary. First of all, lets setup our basic project...

1
0 favourites

You want to count the repeated elements contained in this array and count the number of times they appear. Use Dictionary object. When an element is first found...

1
This content is deleted
Tutorial
Create a simple Inventory system
0 favourites

This tutorial introduces several ways to manage data structures to make a simple inventory system. Which one is better dictionary or array inventory? They each...

Similar Tags