▲ 1 r/gamemaker
Array of objects
Using the array of objects [obj_Enemy, obj_Candy, obj_Pixel], how can I extract their fields through a loop (that is: obj_Enemy.Name, obj_Candy.Name...)? But all of this through a loop.
u/andramed19281 — 3 days ago
Using the array of objects [obj_Enemy, obj_Candy, obj_Pixel], how can I extract their fields through a loop (that is: obj_Enemy.Name, obj_Candy.Name...)? But all of this through a loop.