Content tagged array

A data structure consisting of a collection of elements (values or variables), each identified by at least one array index or key.

Similar Tags

Report Tag

367 usages of this tag
  • 1 replies
  • 98 views
This content is deleted
Forum Topic
How do I check Array next value?
0 favourites

So I have an array and want to check if the next value is the same as the current one, for example: 0,1,1,0,0,0. I need to know that in coordenates x1 and x2, t...

posted 3 months ago
  • 5 replies
  • 165 views
This content is deleted
Forum Topic
How do I upload array from file?
0 favourites

So I want to make a game with a level editor that lets you save an array containing the positions of the platforms. This worked perfectly, and upon opening the...

posted 3 months ago
  • 2 replies
  • 123 views
This content is deleted
Forum Topic
How do I assign a local array to an object?
0 favourites

I'm coming from Unity and I was wondering, how do I assign a list/array to a gameobject. In my Case: I want to create an array of random numbers - unique to eve...

posted 2 months ago
  • 4 replies
  • 114 views
This content is deleted
Forum Topic
How do I fill a column of an array with data from a json?
0 favourites

To be inserted into an array as a new column. The dimensions are already set correctly. It adds a new column but all values are set to just 0. Is the problem th...

posted 2 months ago
  • 7 replies
  • 130 views

I have a 2d array of data. A grid x and y which is 16 by 16. Each element contains some data ( a string). I want to remove a single value from the grid and ever...

posted 26 days ago
  • 5 replies
  • 106 views
This content is deleted
Forum Topic
Changing cards in a card game
0 favourites

How do I make a card change like in the Reigns game? I do it through the Array using ChatGpt, that's how it advises and how it comes out for me. An error comes...

posted 6 days ago
26
This content is deleted
Course
Displaying dialogue in games
82 favourites

Displaying text can be hugely important to a game. From showing on-screen instructions to full conversations with NPCs, chances are you’ll be showing some form...

Similar Tags