Tutorials tagged dictionary

5 tutorials with this tag
UpvoteUpvote 1 DownvoteDownvote
Not favoritedFavorited Favorited 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...

UpvoteUpvote 23 DownvoteDownvote
This content is deleted
Tutorial
Building an RPG-Style Inventory
Not favoritedFavorited Favorited 68 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...

UpvoteUpvote 7 DownvoteDownvote
This content is deleted
Tutorial
Multilanguage for projects using JSON and Dictionary
Not favoritedFavorited Favorited 5 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...

UpvoteUpvote 1 DownvoteDownvote
Not favoritedFavorited Favorited 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...

UpvoteUpvote 3 DownvoteDownvote
This content is deleted
Tutorial
Create a simple Inventory system
Not favoritedFavorited Favorited 1 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