Forum Topics 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

344 forum topics with this tag
  • 2 replies
  • 823 views
This content is deleted
Forum Topic
How do I use recently spawned objects?
0 favourites

I would like to create and position a few objects. Here is my event sheet: The story starts with the button. When clicked it logs the number of Pawns. At first,...

posted 5 years ago
  • 2 replies
  • 889 views
1 favourites

Since I can't return an array of values from a function, I believe my only choice is to set values and in various global arrays. This produces "code" that's ins...

posted 5 years ago
  • 5 replies
  • 424 views
This content is deleted
Forum Topic
Arrays help?
0 favourites

I would like to change the sprite of my tiles if the current layout name is present inside an array. Honestly I find somehow hard to understand the guides as I...

posted 5 years ago
  • 0 replies
  • 466 views
0 favourites

I created an array in project file ( NewArray.Json)but I can't load and read the data files at runtime. I've tried this below. + System: On start of layout. ->...

  • 7 replies
  • 811 views
This content is deleted
Forum Topic
Picking only one (always same) global array instance
0 favourites

I'm trying to use just a single instance of a global array as an in-memory "data table"'ish thing. Is this dumb? Is there an easier way to do this? Below you ca...

posted 5 years ago
  • 0 replies
  • 423 views
This content is deleted
Forum Topic
How do I save objects as a json?
1 favourites

Ive made a blocky game. I can build structures out of blocks. Now I want to save a structure (made of multiple instances of one block-object(different animation...

  • 4 replies
  • 1.2K views
This content is deleted
Forum Topic
How do I load custom levels with JSON and arrays?
1 favourites

I'm implementing a level editor into my game, and I've gotten stuck on the save/load function. I'm trying to make the custom levels as simple as possible by hav...

  • 6 replies
  • 1K views
This content is deleted
Forum Topic
How do I make a 'for every tile' with a tilemap object?
0 favourites

I know that it is possible to do this with arrays, but that just makes my game EXTREMELY slow(1-2 FPS) and I need a 'for every' with a tilemap object similar to...

posted 5 years ago
  • 13 replies
  • 814 views
This content is deleted
Forum Topic
Making a power grid using an array.
0 favourites

I want to make a power grid using an array. I kind of made the initial setup and it works fine. But I have a hard time to figure out how to disconnect parts of...

posted 5 years ago
  • 5 replies
  • 585 views

I'm making a (legit) Canadian marijuana website for a client, and I've ran into a problem. The Items to be picked up/Selected, are on one Layout called, "Shop P...

posted 5 years ago

Similar Tags