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

364 usages of this tag
  • 2 replies
  • 117 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 1 months ago
  • 4 replies
  • 107 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 1 months ago
  • 7 replies
  • 112 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 6 days ago
26
This content is deleted
Course
Displaying dialogue in games
81 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